Skip to content

Commit

Permalink
Added building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vfonov committed May 30, 2019
1 parent 3bacf47 commit a15d89b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# FALCON cortical surface extraction tool

## Installation
### Using conda:
```conda install -c vfonov falcon``` - will work on linux
### Compiling from the source:
Prerequisites: minc-toolkit-v2 (http://bic-mni.github.io/), libtiff, povray, imagemagick
```
cmake <source_dir> \
-DCMAKE_INSTALL_PREFIX:PATH=<install prefix> \
-DMINC_TOOLKIT_DIR:PATH=/opt/minc/1.9.17 \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DHAVE_POVRAY:BOOL=ON \
-DUSE_OPENMP:BOOL=ON
make && make install
```

## Included higlevel scripts
* falcon_run.sh - execute FALCON surface extraction pipeline
```
Expand Down

0 comments on commit a15d89b

Please sign in to comment.