summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-07-08 19:13:19 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-08 19:13:19 +0800
commitb4fd04420d75ceb4add3c78d7984672fa8fab7ef (patch)
tree9c09051c45895bf9e67e6061371ef9e9f4bf12b1 /README.md
parentd751e15b17f779b0f76f82426d00a02f42c4b9ab (diff)
meshoptimizer shouldn't be dynamic on Fedora
since we don't bundle 3rd-party libraries in RPMs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7345ec2df4..ada84fefa0 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ $ tar xf ~/Downloads/meshoptimizer-0.21.tar.gz
$ cd meshoptimizer-0.21
$ mkdir -p build/`uname -m`-linux-gnu
$ cd build/`uname -m`-linux-gnu
-$ cmake -DCMAKE_BUILD_TYPE:STRING=Release -DMESHOPT_BUILD_SHARED_LIBS:BOOL=ON ../..
+$ cmake -DCMAKE_BUILD_TYPE:STRING=Release ../..
$ make -j`nproc`
$ sudo make install
$ cd ../../../viewer/build/`uname -m`-linux-gnu