Skip to content
Jonathan Beard edited this page Oct 5, 2020 · 25 revisions

Welcome to the RaftLib wiki!

This page is intentionally left sparse. The point of the wiki is not to bore you to death, but provide a space to learn how to use the platform.

Application Programmer Level

Examples

Once you have RaftLib compiled and installed, compiling these examples with pkg-config (on Linux/MacOS) should be straightforward with:

g++ `pkg-config --cflags raftlib` <example.cpp> -o <example> `pkg-config --libs raftlib`

Run-time Hacker Level

Specs (remember, it's a living document...always evolving)