slambook2-learning
3rdparty
fetch submodules of 3rdparty
git submodule update --init --recursive
Pangolin
build Pangolin
cd Pangolin
mkdir build
cd build
cmake ..
# may have errors
cmake --build .
ref:
fixed: fatal error: Python.h: No such file or directory
# on Ubuntu 20.04, this helped:
sudo apt install python2.7-dev
# if conflict, purge first:
sudo apt purge "libpython2*"
ref:
fatal error: Python.h: No such file or directory · Issue #494 · stevenlovegrove/Pangolin
apt - Ubuntu 18.04.2 install python2.7, unmet dependency - Ask Ubuntu
Sopus
build Sopus
fixed: compile error
opencv
fixed: make
: stdlib.h: No such file or directory
!!! fixed: unmet
核心是用apititude
去自动处理升降级的问题!
ref:
pre-install
sudo apt-get install qt5-qmake qt5-default libqglviewer-dev-qt5 libsuitesparse-dev libcxsparse3 libcholmod3