You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
should be changed to
The text was updated successfully, but these errors were encountered: