Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 24, 2024
1 parent 20d0fc1 commit 1ac6904
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ci/install-limap-almalinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,20 @@ cd ${VCPKG_INSTALLATION_ROOT}
git checkout ${VCPKG_COMMIT_ID}
./bootstrap-vcpkg.sh
./vcpkg integrate install

# install dependencies
./vcpkg install cmake ninja
./vcpkg install boost-program-options boost-graph boost-system
./vcpkg install eigen3
./vcpkg install ceres
./vcpkg install flann
./vcpkg install freeimage
./vcpkg install metis
./vcpkg install glog
./vcpkg install gtest gmock
./vcpkg install sqlite3
./vcpkg install glew
./vcpkg install qt5-base qt5-opengl
./vcpkg install cgal
./vcpkg install libunwind

0 comments on commit 1ac6904

Please sign in to comment.