forked from manojgudi/Apology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
27 lines (24 loc) · 961 Bytes
/
README.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
########################################################################
## Apology - An Actor Topology
########################################################################
------------------------------------------------------------------------
-- Prerequisites
------------------------------------------------------------------------
* C++ compiler (gcc and MSVC tested)
* CMake
* Boost - boost headers, and the thread library
------------------------------------------------------------------------
-- Get the source code
------------------------------------------------------------------------
git clone https://github.com/guruofquality/Apology.git
cd Apology
git submodule init
git submodule update
------------------------------------------------------------------------
-- Installation instructions
------------------------------------------------------------------------
mkdir <build dir>
cd <build dir>
cmake <source dir>
make
sudo make install