/JunkBox_Lib

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

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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