Skip to content

Building a project based on fmtlib with or without CMake

Notifications You must be signed in to change notification settings

tipi-build/get-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build with CMake RE

👉🏻 Follow the get-started tutorial

TL;DR;

Containerized and Hermetic

cmake-re -S . -B cmake-re-build -DCMAKE_TOOLCHAIN_FILE=environments/linux.cmake
cmake-re -S . -B cmake-re-build -DCMAKE_TOOLCHAIN_FILE=environments/linux.cmake --build cmake-re-build --run-test main --monitor

Remotely

tipi connect
cmake-re --remote -S . -B cmake-re-build -DCMAKE_TOOLCHAIN_FILE=environments/linux.cmake --build cmake-re-build 

Non-containerized, non-hermetic on your local host

cmake-re --host -S . -B cmake-re-build -DCMAKE_TOOLCHAIN_FILE=environments/linux.cmake
cmake-re --host -S . -B cmake-re-build -DCMAKE_TOOLCHAIN_FILE=environments/linux.cmake --build cmake-re-build

About

Building a project based on fmtlib with or without CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published