Skip to content

C-Language Junk Box Library: C Library that dreams of becoming a Jewel Box Library

License

BSD-3-Clause, Unknown licenses found

Licenses found

BSD-3-Clause
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

JunkBox-Library/JunkBox_Lib

Repository files navigation

JunkBox_Lib

C/C++ Static Library

Compile

git clone https://github.com/JunkBox-Library/JunkBox_Lib.git
cd JunkBox_Lib
./config.sh
./configure --enable-jpeg --enable-openjpeg=/usr/local:2.5 --enable-ssl --enable-ldap   # Ex.
make
cd C++Lib
make
cd ../..

Documents