- Get OpenCV
- Install it
- Create an environment variable named
OpenCV_DIRand set its value to the path of the OpenCV folder, which contains folders likebin,x64,include, etc. - Add the absolute path of the
/x64/*/binfolder (where*is for examplevc14,vc15,vc16, etc.) in theOpenCV_DIRto the system PATH
- Get CMake
- Install it (select the option to add it to the system PATH)
- Build the app in release mode
- Open a terminal and cd into the
ETS2LA-Litefolder - Run
cmake --preset=x64-release -B build/x64-release && cmake --build build/x64-release --config Releaseto build the app in release mode - Run
.\build\x64-release\Release\ETS2LA-Lite.exeto run the release build
- Open a terminal and cd into the
- Build the app in debug mode
- Run
cmake --preset=x64-debug -B build/x64-debug && cmake --build build/x64-debugto build the app in debug mode - Run
.\build\x64-debug\Debug\ETS2LA-Lite.exeto run the debug build
- Run
-
Notifications
You must be signed in to change notification settings - Fork 0
License
ETS2LA/lite
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published