-
Notifications
You must be signed in to change notification settings - Fork 6
home
Vladimir Migashko edited this page Feb 21, 2018
·
12 revisions
Для компилирования примеров и тестов:
git clone https://github.com/migashko/faslib.git
git clone https://github.com/mambaru/wjson.git
# нужно только для компиляции тестов wjson
cd faslib
mkdir build
cd build
cmake ..
# собираем примеры и тесты
cd ../../wjson
mkdir build
cd build
cmake -DBUILD_TESTING=ON ..
make
cd ./tests
ctest