Skip to content
Snippets Groups Projects
Benny Baumann's avatar
Benny Baumann authored
This reverts commit f2076736.
f15f7058
History

README

Please have a look at the docs repository if you wish to know some of the internals or like to consult further documentation.

compiling

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
  • 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.

List of go dependancies

List of dependant FreeBSD packages

  • ncurses
  • devel/boost-all
  • lang/lua53
  • For testing: devel/lua-lunit