Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 413 Bytes

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