This commit is contained in:
Andrei Astafev 2020-04-24 22:19:20 +03:00
parent 0afb335879
commit e1bfd02131

View File

@ -407,8 +407,8 @@ git clone --recursive https://git.246060.ru/f1x1t/myxlib
[source,shell]
----
# cd myxlib # <1>
# mkdir -p _build/debug # <2>
cd myxlib # <1>
mkdir -p _build/debug # <2>
cd _build/debug # <3>
cmake ../.. -DMYXLIB_BUILD_LIBRARIES=ON -DMYXLIB_BUILD_EXAMPLES=ON # <4>
make -j4 # <5>