-
Notifications
You must be signed in to change notification settings - Fork 23
/
INSTALL
54 lines (35 loc) · 1.4 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%Quick-install guide for the extreme-deconvolution library
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
For more info, see the README file.
Run
make
to compile the library into build/extremedeconvolution.so
sudo make install
to copy the library to /usr/local/lib/. Use 'make install
INSTALL_DIR=/path/to/install/dir/' to install in a different
directory.
make idlwrapper
to install the IDL wrapper. Add
'INSTALL_DIR=/path/to/install/dir/' if this was used to install
the library.
make pywrapper
to install the python wrapper. Add
'INSTALL_DIR=/path/to/install/dir/' if this was used to install
the library.
make rpackage
to test and install the R package "ExtremeDeconvolution".
make testidl
to test the installation and IDL wrapper. IDL and the IDL wrapper
need to be installed for this to run. If your IDL installation is
not 'idl', pass the variable IDL=/your/idl/bin
make testpy
to test the installation and Python wrapper. Python and the python wrapper
need to be installed for this to run. If your Python installation is
not 'python', pass the variable PYTHON=/your/python/bin
make clean
to clean up intermediate object (*.o) files.
make spotless:
to return the directory to its initial state