Skip to content

Latest commit

 

History

History

st_mapping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How to build

cmake -Bbuild
cmake --build build -j$(nproc --all)

Dependencies

The cmake build system should handle all dependencies for you. In case you have some particular requirements for the library dependencies, by default the build system will attempt to use the ones you have installed on your local system.