Please have a look at the docs repository if you wish to know some of the internals or like to consult further documentation.
In order to compile rmrf you need to invoke
make all
This requires the following:
- an POSIX compatible OS
- an C++17 compatible compiler
- libncurses-dev (version >= 6)
- libopenssl
- libev-dev
- boost (as long as you plan to run the tests)
- lua or python if you plan to use scripting
There is no ./configure
nor make install
yet.
- ncurses
- devel/boost-all
- lang/lua53
- For testing: devel/lua-lunit
- libnl3