forked from cacalabs/libcaca
-
Notifications
You must be signed in to change notification settings - Fork 0
💩 Colour ASCII Art Library
License
JohannesKauffmann/libcaca
Â
Â
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
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`
About
💩 Colour ASCII Art Library
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 71.4%
- Python 8.0%
- PHP 6.9%
- C# 3.0%
- Java 2.0%
- C++ 2.0%
- Other 6.7%