Skip to content
Snippets Groups Projects
Verified Commit be0598ae authored by Leon Dietrich's avatar Leon Dietrich Committed by Benny Baumann
Browse files

fix: code segments of README.md

parent 685eb4e9
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,12 @@
## compiling
In order to compile rmrf you need to invoke
´´´make all´´´
<code>make all</code>
This requires the following:
* an POSIX compatible OS
* an C++17 compatible compiler
* libncurses-dev
* libopenssl
There is no ./configure nor make install yet.
\ No newline at end of file
* boost (as long as you plan to run the tests)
There is no <code>./configure</code> nor <code>make install</code> yet.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment