File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed
Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change @@ -23,28 +23,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
2323
2424# Installation #
2525
26- ## Dependencies & Requirements ##
27-
28- 1 . A C++11 compliant compiler (GCC 4.8.0+, Clang 3.1+)
29- 2 . CMake version 2.8.1 or higher (http://www.cmake.org )
30- 3 . ITK version 4.13.0 (http://www.itk.org )
31-
32- Optional - I recommend http://www.ninja-build.org instead of plain ` make `
33-
34- ## Compilation ##
35-
36- 1 . Install or compile ITK version 4.13 (as of 2017/11/21, this means compiling
37- the development version.
38- 2 . Type the following commands:
39- ` git clone --recursive https://github.com/spinicist/nanconvert.git `
40- ` cd nanconvert `
41- ` git submodule init; git submodule update `
42- 3 . Create a build directory and ` cd ` to it.
43- 4 . Type ` ccmake path_to_nanconvert_folder `
44- 5 . Follow the on screen instructions. In particular make sure the path to ITK
45- is specified correctly, then press ` c ` and ` g ` to configure and generate the
46- build files, then ` q ` to quit.
47- 6 . Type ` make -j ` , and optionally ` make install ` (or ` ninja install ` )
26+ MacOS and Linux binaries are available from
27+ http://github.com/spinicist/nanconvert/releases in .tar.gz format. Unpack the
28+ archives using ` tar -xzf nanconvert-platform.tar.gz ` and move the contained
29+ files to somewhere on $PATH.
4830
4931# Usage #
5032
You can’t perform that action at this time.
0 commit comments