mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
installation.rst - minor enhancement
This commit is contained in:
@@ -161,7 +161,7 @@ operating systems. GCC (4.7 or newer) or Clang (any version) is required.
|
|||||||
-DMPFR_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
|
-DMPFR_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
|
||||||
-DJSON_INCLUDE_DIR=/usr/include \
|
-DJSON_INCLUDE_DIR=/usr/include \
|
||||||
-DEIGEN_DIR=/usr/include/eigen3
|
-DEIGEN_DIR=/usr/include/eigen3
|
||||||
# Replace X with number of CPU cores + 1
|
# Replace X with number of CPU cores + 1. Reduce when running out of memory. Compiling the code generated from the schemas is resource intensive.
|
||||||
make -j X
|
make -j X
|
||||||
# Optionally install to the system
|
# Optionally install to the system
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user