forked from lfiaschi/simple-STORM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
30 lines (25 loc) · 776 Bytes
/
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
Installing storm / storm-gui
Prerequisites for the command-line utility:
vigra >= 1.8.0
fftw >= 3.0
R
openmp (recommended for parallelization)
hdf5 (recommended for hdf5 input)
Prerequisites for the graphical-user-interface (GUI):
vigra >= 1.8.0
fftw >= 3.0
qt >= 4.6
R
This package uses a CMake-based build system.
In the easiest case you can build and install the software
by running (inside the simplestorm folder):
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
make install
The packages mentioned above should be installed first
and are detected automatically by the CMake-scripts.
For more details about CMake please refer to www.cmake.org
Please report bugs and problems