Skip to content

Commit 0e42dbb

Browse files
authored
fixed installation command from source (#173)
1 parent 5040330 commit 0e42dbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ What this library does NOT provide:
3535
sudo apt-get install -y libglm-dev libglfw3-dev libpng-dev libjpeg-dev libeigen3-dev
3636

3737
# Build and install Iridescence
38-
git clone https://github.com/koide3/iridescence
38+
git clone https://github.com/koide3/iridescence --recursive
3939
mkdir iridescence/build && cd iridescence/build
40-
cmake ..
41-
make -j
40+
cmake .. -DCMAKE_BUILD_TYPE=Release
41+
make -j$(nproc)
4242
sudo make install
4343

4444
# [Optional] Build and install python bindings

0 commit comments

Comments
 (0)