cicwi / SliceRecon

This repository has moved to:
https://cicwi.github.io/RECAST3D
GNU General Public License v3.0
6 stars 4 forks source link

commit to build slicerecon with .yml file and conda #10

Closed schoonhovenrichard closed 5 years ago

schoonhovenrichard commented 5 years ago

Steps to install slicerecon: 1) Download the file build_environment.yml 2) Run: conda env create --force -f build_environment.yml 3) Run: conda activate slicerecon_build 4) Clone the SliceRecon git by running: git clone https://github.com/cicwi/SliceRecon.git/ 5) Run: cd SliceRecon 6) Run: mkdir build 7) Run: cd build 8) Run: CMAKE_PREFIX_PATH=$CONDA_PREFIX cmake .. 9) Run: make -j8

adriaangraas commented 5 years ago

@4128575 It is generally a good idea to fork the develop and make your changes and pull request from there. A common workflow is git flow.

jwbuurlage commented 5 years ago

I would happily merge this PR if you clean it up, and follow the advice above. Please pull request against the develop branch.

I’m closing this for now. You can cherry pick your changes against develop.