VerifyTAPN is a stand-alone verification engine for timed-arc Petri nets, developed for the verification tool TAPAAL.
Install dependencies:
sudo apt update
sudo apt install cmake ninja-build make flex bison gcc-16 g++-16Build a release:
export PATH="$(brew --prefix bison)/bin:$(brew --prefix flex)/bin:$PATH"
cmake --workflow releaseInstall Xcode through the App Store.
Install dependencies:
brew install cmake ninja flex bison gcc@16Build a release:
cmake --workflow releaseInstall dependencies:
sudo apt update
sudo apt install cmake ninja-build make flex bison mingw-w64Build a Windows release:
cmake --workflow win64-release| Workflow | Purpose | Build directory |
|---|---|---|
release |
Release build | build-release |
debug |
Debug build | build-debug |
win64-release |
Windows cross-compiled release | build-win64-release |
The default GCC version can be overridden by setting the GCC_VERSION environment variable:
GCC_VERSION=12 cmake --workflow release