GithubHelp home page GithubHelp logo

v0idkr4ft / libcaca-old Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mcfiredrill/libcaca-old

0.0 0.0 0.0 4.8 MB

unofficial repo

Home Page: caca.zoy.org

License: Do What The F*ck You Want To Public License

Shell 0.72% PHP 6.66% C 73.40% C++ 3.28% C# 2.93% Objective-C 1.68% Java 1.98% Assembly 0.36% Perl 0.94% Python 7.72% Ruby 0.34%

libcaca-old's Introduction

Building libcaca

   o  If you are using a Git or SVN checkout, you need to run the
      bootstrap script in order to generate configure. This is not
      necessary for official tarballs.

   o  Run configure then make. Useful configure flags are:

     --enable-ncurses: support for the ncurses library
     --enable-slang: support for the SLang library
     --enable-conio: support for MS-DOS conio.h
     --enable-x11: support for native X11 rendering
     --enable-gl: support for OpenGL rendering
     --enable-win32: support for the Windows console
     --enable-network: support for the network server

     --disable-imlib2: remove Imlib2 support in cacaview

     --disable-doc: do not build documentation

   o  Cross-compilation examples:

     ./configure --disable-imlib2 --host=i386-pc-msdosdjgpp

     ./configure --disable-imlib2 --host=i586-mingw32msvc


Using libcaca

   o  Look into the src/ and test/ directories for source code examples.

   o  Compiling a libcaca program is fairly simple:

      gcc -c foobar.c -o foobar.o `pkg-config --cflags caca`
      gcc foobar.o -o foobar `pkg-config --libs caca`

libcaca-old's People

Contributors

samhocevar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.