forked from kylelutz/chemkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
23 lines (16 loc) · 729 Bytes
/
INSTALL
File metadata and controls
23 lines (16 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
=== Dependencies ==============================================================
- CMake - http://www.cmake.org
- Boost - http://www.boost.org
- Qt Framework (version 4.7 or later) - http://qt.nokia.com
- Eigen (version 3.0 or later) - http://eigen.tuxfamily.org/
=== Compiling =================================================================
From the chemkit directory (the same directory this file is in) run the
following commands:
mkdir build
cd build
cmake ..
make
=== Installation ==============================================================
After successfully compiling chemkit run the following command to install the
library (you may need root/administator privileges):
make install