src
└── github.com
├── cinder
│ └── Cinder
└── izumin5210
└── CiPointCloudViewer
$ git clone https://github.com/cinder/Cinder.git ~/src/github.com/cinder/Cinder
$ cd ~/src/github.com/cinder/Cinder
$ git submodule init && git submodule update
$ git clone https://github.com/izumin5210/CiPointCloudViewer.git ~/src/github.com/izumin5210/CiPointCloudViewer
$ cd ~/src/github.com/izumin5210/CiPointCloudViewer
$ git submodule init && git submodule update
$ cd blocks/ImGui/lib
$ git submodule init && git submodule update
$ cd ~/src/github.com/cinder/Cinder
$ git fetch
$ git checkout -b android_linux origin/android_linux
$ mkdir build && cd build
$ cmake -DCINDER_BOOST_USE_SYSTEM ..
$ make -j$(nproc)
$ cd ~/src/github.com/izumin5210/CiPointCloudViewer
$ cd proj/cmake
$ mkdir build && cd build
$ cmake ..
$ make -j$(nproc)
$ ./Debug/CiPointCloudViewer
TBD
Licensed under MIT License.