Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

README.md

Packml_cpp

Build Instructions

pip install conan
mkdir build && cd build
conan install ..

(win)

cmake .. -G "Visual Studio 15 Win64"
cmake --build . --config Release

(linux, mac)

cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
cmake --build .

About

A c++ library that implements the Packml state machine leveraging the boost meta state machine.

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.