-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
30 lines (19 loc) · 1.03 KB
/
INSTALL
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
29
30
Installation instructions for pyctf.
0. Pre-requisites: gsl, gsl-devel, blas, blas-devel, fftw, and fftw-devel.
If you wish to use GIFTI atlases, you will also need gifticlib,
gifticlib-devel, nifticlib, and nifticlib-devel.
AFNI is optional but recommended.
If you are reinstalling over an existing installation, it's recommended
to remove the bin and lib directories, and "make clean".
1. Review the settings in config/Makefile.config. The executables will go
into BINDIR, and library files will go into LIBDIR.
2. At the top level, run "make; make install".
3. Either include the BINDIR in your $PATH, and LIBDIR in your $PYTHONPATH, or
review the settings of DESTBIN and DESTLIB in the Makefile, and say
make symlinks
By default this will create links in $HOME/bin. The executables are
already configured to use the LIBDIR directory.
4. You may also say
make usersite
which installs a pyctf.pth file in a ~/.local/lib python directory.
PYTHONPATH is not necessary in this case.