mirror of
https://github.com/ohwgiles/laminar.git
synced 2025-06-13 12:54:29 +00:00
A less arbitrary make -j
flag value.
This commit is contained in:
parent
e574a4553a
commit
a73c945f45
@ -16,7 +16,7 @@ First install development packages for `capnproto (version 0.7.0 or newer)`, `ra
|
|||||||
git clone https://github.com/ohwgiles/laminar.git
|
git clone https://github.com/ohwgiles/laminar.git
|
||||||
cd laminar
|
cd laminar
|
||||||
cmake .
|
cmake .
|
||||||
make -j4
|
make -j$(nproc)
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
Note that by default, installing with `(c)make` will overwrite your existing configuration, binary, and unit files. Make backups!
|
Note that by default, installing with `(c)make` will overwrite your existing configuration, binary, and unit files. Make backups!
|
||||||
|
Loading…
Reference in New Issue
Block a user