We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5040330 commit 0e42dbbCopy full SHA for 0e42dbb
docs/index.md
@@ -35,10 +35,10 @@ What this library does NOT provide:
35
sudo apt-get install -y libglm-dev libglfw3-dev libpng-dev libjpeg-dev libeigen3-dev
36
37
# Build and install Iridescence
38
-git clone https://github.com/koide3/iridescence
+git clone https://github.com/koide3/iridescence --recursive
39
mkdir iridescence/build && cd iridescence/build
40
-cmake ..
41
-make -j
+cmake .. -DCMAKE_BUILD_TYPE=Release
+make -j$(nproc)
42
sudo make install
43
44
# [Optional] Build and install python bindings
0 commit comments