Skip to content
pabramsor edited this page Jan 19, 2019 · 2 revisions

Installation

1 Clone repository:

git clone https://github.com/Bardo91/fastcom

2 Get into folder, create build folder and get in:

cd fastcom
mkdir build && cd build

3 Configure project with cmake:

cmake ..

4 Compile project

make

5 Install c++ interface:

sudo make install

6 Install python interface:

make install_python
Clone this wiki locally