-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathINSTALL
43 lines (29 loc) · 922 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
31
32
33
34
35
36
37
38
39
40
41
42
43
CHomP Installation Instructions.
PREREQUISITES
=============
First install Boost. On a Mac this can be
accomplished by obtaining the "Homebrew" software and
typing:
brew install boost
Optionally, install CImg and X11 (for graphics).
On a Mac this can be accomplished with:
brew install cimg
and by downloading and installing XQuartz.
Note that you will need to log out and log back in after
XQuartz installs.
INSTALLATION
============
To install CHomP, type
./install.sh [install-prefix]
If [install-directory] is omitted the installation
will be to /usr/local on Mac OS X or Linux (which is
recommended.)
What is installed:
(1) Header files for CHomP in
/usr/local/include/chomp/
(2) A patch to boost to allow serialization of unordered types
/usr/local/include/boost/serialization/*.hpp
(3) Binaries for CHomP in
/usr/local/bin/
If you encounter difficulties contact Shaun Harker
sharker81@gmail.com