-
Notifications
You must be signed in to change notification settings - Fork 63
Installation
steevo87 edited this page Sep 18, 2014
·
5 revisions
At present, there are no binary installers provided. The recommended method for installation depends on your Operating System and preferred Build Environment:
- GitHub Account
- Tools
- git
- GitHub for Windows
- CMake GUI
- Visual Studio (or alternative compiler)
- Libraries
- OpenCV
- boost (optional)
- qt (optional)
- pcl (optional)
- Eigen (optional)
- Add
C:\eigen;
to System Path. Need to restart CMake afterwards (and probably delete the cache) for change to have any effect.
- Add
- Install dependencies
- Checkout code
- Configure cmake
- Build
- GitHub Account
- Tools
- git
- CMake GUI
- Libraries
- OpenCV
- boost (optional)
- qt (optional)
- pcl (optional)
- libav (optional)
sudo apt-get install libav-tools
sudo apt-get install libavformat-dev
- FFMPEG (optional)
- Install dependencies
- Checkout code
- Configure cmake
- Build
- GitHub Account
- Tools
- git
- Libraries
- ROS
- OpenCV
- boost (optional)
- pcl (optional)
- Install dependencies
- Follow standard ROS procedure
-
thermalvis package
- WARNING! This page currently has the OLD package, that is not directly linked with this GitHub repository!