FossilOrigin-Name: 3afc591854c2a30abce50afdf1026c857cdf5f70eaa79ac0fd571d5e554e6677
This commit is contained in:
nekobit 2022-11-11 03:32:26 +00:00
parent 1420a219ee
commit 62bb6843e6

View file

@ -52,7 +52,7 @@ your build mechanism (GNU Make).
$ mkdir build; cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make # use -j# to parallel compile quickly
$ make # use -j# to parallel compile quickly
Following the [Installing](#Installing) steps afterwards.