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

readme

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