Skip to content
Snippets Groups Projects
Commit 8bd43158 authored by Ludovic Noels's avatar Ludovic Noels
Browse files

Edit README.md

parent b6d533fd
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ curl -L -o occ83.tgz "https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags
```bash
cd OCCT-7_8_0 && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_MODULE_Draw=0 -DBUILD_MODULE_Visualization=0 -DBUILD_MODULE_ApplicationFramework=0 -DINSTALL_DIR=$HOME/local/occt && make -j8 && make install
```
4. Add ```LD_LIBRARY_PATH=$HOME/local/occt/lib/:$LD_LIBRARY_PATH``` and ```export CASROOT=$HOME/local/occt``` in your .bashrc
4. Add ```export LD_LIBRARY_PATH=$HOME/local/occt/lib/:$LD_LIBRARY_PATH``` and ```export CASROOT=$HOME/local/occt``` in your .bashrc
## 3. Install Torch (Optional)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment