From a4b69c4e5e204d1bf10459664502ae36fca8aa28 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Fri, 8 May 2020 10:51:32 -0400 Subject: [PATCH] fix: fix README for Linux --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1695a5b79..fe63dc19a3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Experiments calling status-go from nim, inspired in [nim-stratus](https://github ``` # linux -??? apt-get install nim ??? +apt-get install nim # macos brew install nim @@ -26,6 +26,12 @@ export PATH=$PATH:/path/to/Qt/5.14.2/clang_64/bin ### 3. Clone and build DOtherside +For Linux: +``` +sudo apt-get install build-essential libgl1-mesa-dev +sudo apt-get install doxygen +``` + ``` git clone https://github.com/filcuc/DOtherSide cd DOtherSide