forked from MRtrix3/mrtrix3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
30 lines (19 loc) · 812 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
===================================================================
MRtrix
===================================================================
The complete documentation for MRtrix is in doc/index.html,
including a detailed decription of the installation procedure.
Quick install:
1. Install dependencies by whichever means your system uses.
These include: Python (>=2.6), a C++ compiler, POSIX threads,
GNU Scientific Library (GSL, >= 1.1), zlib, OpenGL (>=3), and Qt4.
2. Unpack archive and compile:
tar xjf mrtrix-0.3.tar.bz2
cd mrtrix-0.3/
./configure
./build
3. Set appropriate environment variables:
Bash shell:
export PATH=/<edit as appropriate>/mrtrix-0.3/bin:$PATH
C shell:
setenv PATH /<edit as appropriate>/mrtrix-0.3/bin:$PATH