forked from jbaayen/vortexje
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
45 lines (25 loc) · 914 Bytes
/
INSTALL.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Dependencies:
-------------
* Eigen3, a C++ template library for linear algebra:
http://eigen.tuxfamily.org/
Debian/Ubuntu package: libeigen3-dev
Red Hat/Fedora package: eigen3-devel
* CMake version 2.8.9 or newer, to generate the build files:
http://cmake.org/
Debian/Ubuntu package: cmake
Red Hat/Fedora package: cmake
* Optionally Doxygen, to generate the documentation:
http://www.stack.nl/~dimitri/doxygen/
Debian/Ubuntu package: doxygen
Red Hat/Fedora package: doxygen
Installation:
-------------
* Run CMake to generate the build files.
UNIX:
Inside the Vortexje source folder, run:
mkdir build && cd build && cmake ..
* Build Vortexje using the chosen build system.
UNIX:
make
See the following website for details on the CMake build process:
http://www.cmake.org/cmake/help/runningcmake.html