Open3d ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์„ค์น˜ํ•ด๋ณด์ž

Clone Open3D

$ git clone https://github.com/isl-org/Open3D

Dependencies๋ฅผ ์„ค์น˜ํ•˜์ž

Install dependencies

$ util/install_deps_ubuntu.sh

Config and build

$ mkdir build
$ cd build
$ cmake ..
$ make -j$(nproc)
$ sudo make install

Reference

Leave a comment