Skip to content
Snippets Groups Projects
Select Git revision
13 results Searching

README.md

Blame
  • To learn more about this project, read the wiki.
    build.sh 237 B
    mkdir build_core
    cd build_core
    export ISISROOT=$PWD
    
    cmake -GNinja -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -DISIS_BUILD_SWIG=ON -DCMAKE_INSTALL_PREFIX=$PREFIX ../isis/src/core
    ninja install
    cd swig/python/
    ${PYTHON} setup.py install