- Notifications
You must be signed in to change notification settings - Fork3
qixuxiang/ZeroFusion
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Real-time 3D Reconstruction with Senmatic Segmentation
- Buildlibzmq via cmake.
git clone https://github.com/zeromq/libzmq.git cd libzmq mkdir build cd build cmake .. sudo make -j4 install
- Buildcppzmq via cmake.
git clone https://github.com/zeromq/cppzmq.git mkdir build cd build cmake .. sudo make -j4 install