From ed1fef11c846ab0f087e2d05a82a95acad6848e1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 12 May 2018 00:03:39 +0200 Subject: [PATCH] Updated Compile and install on linux (markdown) --- Compile-and-install-on-linux.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Compile-and-install-on-linux.md b/Compile-and-install-on-linux.md index 117a01b..6cd5ed0 100644 --- a/Compile-and-install-on-linux.md +++ b/Compile-and-install-on-linux.md @@ -1,8 +1,14 @@ + # Compile and install on linux `git clone https://github.com/jonaski/strawberry` + `mkdir build` + `cd build` + `cmake ../strawberry` + `make -j8` -`sudo make install` \ No newline at end of file + +`sudo make install \ No newline at end of file