Skip to main content

Installation

On this page you'll learn how to install saucer through any of the officially supported ways.

caution

Saucer requires a fairly recent compiler!
In case you encounter any errors while building please make sure to update your compiler.

To get started choose your desired installation method below.

I recommend CPM for managing dependencies with CMake.
Please refer to their docs on how to install it.

CPMFindPackage(
NAME saucer
VERSION 2.0.1
GIT_REPOSITORY "https://github.com/saucer/saucer"
)

Now you can simply link your project against saucer.

target_link_libraries(${PROJECT_NAME} [PRIVATE|PUBLIC] saucer::saucer)