forked from DISLab/xcharm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
30 lines (21 loc) · 775 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
-------------------------------------------------------------------------------
Installation guide for XCharm
-------------------------------------------------------------------------------
The XCharm build system is minimalistic and configured via set of environment
veriables and make utility.
Dependencies
============
1. Charm++ 6.7.0 or greater
2. Boost 1.54 or greater
Configuring, compiling and testing
==================================
1. For configuring XCharm do
export CHARM_HOME=/path/to/charm++
export BOOST_ROOT=/path/to/boost
./configure
cp $CHARM_HOME/<build-dir>/include/conv-autoconfig.h ./src/xlat-i
mkdir include lib bin
2. For building XCharm do
make all
3. For running functionality tests do
make tests