1. 程式人生 > >第4講 李群與李代數

第4講 李群與李代數

Sophus安裝過程:


$ git clone https://github.com/strasdat/Sophus.git
$ cd Sophus
$ git checkout a621ff
$ mkdir build // 建立外部構建編譯輸出目錄
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local … // 外部構建,並設定安裝目錄字首為/usr/local
$ make
$ make install // 安裝庫