You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/migashko/faslib.git
git clone https://github.com/mambaru/wjson.git
# нужно только для компиляции тестов wjsoncd faslib
mkdir build
cd build
cmake ..
# собираем примеры и тесты cd ../../wjson
mkdir build
cd build
cmake -DBUILD_TESTING=ON ..
make
cd ./tests
ctest