Dependencies - glozanoa/adas GitHub Wiki
Windows Users
To run serial
algorithms you must have installed MinGW's package g++
mingw-get.exe install g++
If you want to run multithread
algorithms you must have installed MinGW's package mingw32-pthreads-w32
.
mingw-get.exe install mingw32-pthreads-w32
To compile examples using generated Makefile
you must have installed MinGW's packages mingw32-make
mingw-get.exe install mingw32-make
Some examples use Program Option - boost
library, so you must have installed Boost library. Check Boost installation guide.
Linux Users
Install g++
compiler, boost
, make
and CMake
with your package manager.