Giter Site home page Giter Site logo

bernardodesousa / libcaca Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cacalabs/libcaca

0.0 1.0 0.0 4.07 MB

๐Ÿ’ฉ Colour ASCII Art Library

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

Shell 0.87% PHP 6.91% C 49.64% C# 3.04% Objective-C 22.80% C++ 2.36% Java 2.05% Assembly 0.37% Perl 0.95% Python 8.07% Ruby 0.34% XS 0.64% Makefile 0.74% M4 1.21% Perl 6 0.03%

libcaca'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's People

Contributors

alxf avatar artygus avatar bsittler avatar huxyuk avatar jackcarrozzo avatar jylam avatar pterjan avatar samhocevar avatar yugr avatar zmoostik avatar

Watchers

 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.