Skip to content
Snippets Groups Projects
README.md 775 B
Newer Older
Leon Dietrich's avatar
Leon Dietrich committed
# README

Leon Dietrich's avatar
Leon Dietrich committed
Please have a look at the
[docs repository](https://git.chaotikum.org/ReadMailReallyFast/docs) if you wish
to know some of the internals or like to consult further documentation.

Leon Dietrich's avatar
Leon Dietrich committed
## compiling
 In order to compile rmrf you need to invoke
 <code>make all</code>
Leon Dietrich's avatar
Leon Dietrich committed
 This requires the following:
  * an POSIX compatible OS
  * an C++17 compatible compiler
Doralitze's avatar
Doralitze committed
  * libncurses-dev (version >= 6)
Leon Dietrich's avatar
Leon Dietrich committed
  * libopenssl
  * boost (as long as you plan to run the tests)
Leon Dietrich's avatar
Leon Dietrich committed
  * lua or python if you plan to use scripting
Doralitze's avatar
Doralitze committed
 There is no <code>./configure</code> nor <code>make install</code> yet.

## List of go dependancies
  * https://github.com/rthornton128/goncurses

### List of dependant FreeBSD packages
  * ncurses
  * devel/boost-all
  * lang/lua53
  * For testing: devel/lua-lunit