Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spots

Install dependencies (creates build/ folder)

You might ignore uvx if conan in installed system wide.

uvx conan install . --output-folder=build --build=missing

Configure CMake using the Conan toolchain

cmake -S . -B build \
-DCMAKE_TOOLCHAIN_FILE=build/build/Release/generators/conan_toolchain.cmake \
-DCMAKE_BUILD_TYPE=Release

Compile the thing

The -j8 uses 8 threads to compile, check number of actual processing units and RAM when the code is too large.

cmake --build build -j8

Run or install, whatever

build/spots -h

About

Spots yo!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages