OmniGibson/build.sh

10 lines
206 B
Bash
Raw Normal View History

2017-10-17 12:31:01 +08:00
#!/bin/bash
cd ./realenv/core/render/
bash build.sh
bash build_cuda.sh
python setup.py build_ext --inplace
cd -
make ./realenv/core/channels/build
cd ./realenv/core/channels/build
cmake .. & make -j 10
cd -