-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
git clone https://github.com/sandflow/kduc.git
cd kduc
mkdir build
cd build
cmake -DKDU_LIBRARY=<path to libkdu.a> \
-DKDU_AUX_LIBRARY=<path to libkdu_aux.a> \
-DKDU_INCLUDE_DIR=<path to Kakadu SDK include headers> \
-DCMAKE_INSTALL_PREFIX=<path where to install the kduc library> \
..
ctest
make install
should be changed to
git clone https://github.com/sandflow/kduc.git
cd kduc
mkdir build
cd build
cmake -DKDU_LIBRARY=<path to libkdu.a> \
-DKDU_AUX_LIBRARY=<path to libkdu_aux.a> \
-DKDU_INCLUDE_DIR=<path to Kakadu SDK include headers> \
-DCMAKE_INSTALL_PREFIX=<path where to install the kduc library> \
..
make
ctest
make install
Metadata
Metadata
Assignees
Labels
No labels