installation - NHLStenden-ISAL/Trajectory-Hotspots-Visualization GitHub Wiki
- Download Latest Version and unzip.
- Make a config.txt (or use the existing one).
- Add all the configuration options to the config file, see configuration.
- Run the executable from the unzipped folder and give it the location of your config.txt file as argument.
- Enjoy!
If this is all you want, you can skip the rest of this page.
If you wish to clone the repository, follow the instructions below.
clone with submodules
git clone --recursive -j8 --branch "master" https://github.com/BardoBard/Trajectory-Hotspots-Visualization.git "Visualization"
This assumes you have vcpkg and cmake installed. If not, follow the instructions on their website.
vcpkg install qt5
vcpkg install cgal
vcpkg install opengl
vcpkg integrate installvcpkg integrate install is for connecting vcpkg to visual studio.
Get the latest version of Trajectory-Hotspots library.
It's recommended to not do this, there might be a mismatch between the library and the visualization tool.
The newest version will most likely be installed with the latest version
git submodule update --remote --merge