Skip to content

missing "make" step in quickstart #17

@michaeldsmith

Description

@michaeldsmith
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions