Skip to content
Snippets Groups Projects
Commit 22c56cfa authored by kr69sugu's avatar kr69sugu
Browse files

readme

parent 62603c7f
Branches
Tags
No related merge requests found
...@@ -52,9 +52,12 @@ Configure for python: ...@@ -52,9 +52,12 @@ Configure for python:
configure --enable-python-libs configure --enable-python-libs
``` ```
Build Build
Note: Use jobs to speed up the building process
```console ```console
make -j4 #run on 4 jobs (use nproc to check number cores) nJobs=$((`nproc` * 2))
make -j4 check make -j${nJobs}
make -j${nJobs} check
sudo make install sudo make install
sudo ldconfig sudo ldconfig
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment