Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 308 Bytes

Starter project for using (rxcpp)[https://github.com/Reactive-Extensions/RxCpp]

Just use git clone --recursive git@github.com:cipriancaba/rxcpp-starter.git

Edit main.cpp as needed

Run the following commands from the root of the project:

mkdir build
cd build
cmake ..
make -j4
./rxcpp_starter