Skip to content

ETS2LA/lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETS2LA-Lite

Build

  • Get OpenCV
    • Install it
    • Create an environment variable named OpenCV_DIR and set its value to the path of the OpenCV folder, which contains folders like bin, x64, include, etc.
    • Add the absolute path of the /x64/*/bin folder (where * is for example vc14, vc15, vc16, etc.) in the OpenCV_DIR to 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-Lite folder
    • Run cmake --preset=x64-release -B build/x64-release && cmake --build build/x64-release --config Release to build the app in release mode
    • Run .\build\x64-release\Release\ETS2LA-Lite.exe to run the release build
  • Build the app in debug mode
    • Run cmake --preset=x64-debug -B build/x64-debug && cmake --build build/x64-debug to build the app in debug mode
    • Run .\build\x64-debug\Debug\ETS2LA-Lite.exe to run the debug build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •