1
0
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:
Tessa L. H. Lovelace 2019-06-30 06:44:34 -07:00
parent e574a4553a
commit a73c945f45

View File

@ -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!