Menu

Static build of ANTs

Help
2016-10-25
2016-11-07
  • Nagesh Adluru

    Nagesh Adluru - 2016-10-25

    Dear Brian,

    Currently I compile from source as below.

    cd ANTs
    git pull
    cd ../ANTSBuild
    ccmake ../ANTs
    make -j 8

    Is there an easy way to set things in ccmake to create a set of static executables that I can ship to different linux computers with similar architectures?

    Thanks so much.
    Sincerely,
    Nagesh

     
  • Gabriel Devenyi

    Gabriel Devenyi - 2016-11-07

    ANTs by default builds static outputs.