1echo
2echo generating...
3
4mkdir -p build
5cd build
6
7cmake ../src/ -DCMAKE_INSTALL_PREFIX=~/Open3D_install
8
9echo
10