File tree 4 files changed +8
-5
lines changed 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ There are two parts to the results with details for each below:
13
13
14
14
# QuickStart
15
15
16
- The build has only been tested on Ubuntu 16.04 and 18.04 machines . Due to the need for
16
+ The build has only been tested on Ubuntu 16.04 machine . Due to the need for
17
17
Boost and ROSE for the CHiLL compiler, building all of the software on other platforms
18
18
could be excessively challenging.
19
19
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH :./boost/lib
4
+ ./simplification list.txt
5
+
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# Step 0: Installation prerequisites:
4
- sudo apt-get install git wget tar unzip make autoconf automake cmake libtool default-jdk default-jre flex bison python-dev texinfo gnuplot-x11 evince doxygen
4
+ sudo apt-get install build-essential git wget tar unzip make autoconf automake cmake libtool default-jdk default-jre flex bison python-dev texinfo gnuplot-x11 libisl-dev evince doxygen
5
5
6
6
7
7
# Step 1: Installing boost:
Original file line number Diff line number Diff line change @@ -331,9 +331,7 @@ void driver(string list)
331
331
332
332
} // End of input json file list loop
333
333
334
- int cmdErr = system (" cd results" );
335
- cmdErr = system (" gnuplot gnpUnSatSimp.gnu" );
336
- cmdErr = system (" cd .." );
334
+ int cmdErr = system (" cd results && gnuplot gnpUnSatSimp.gnu && cd .." );
337
335
338
336
}
339
337
// ----------- End of driver function --------------------------------------
You can’t perform that action at this time.
0 commit comments