From c9792d00805c7e0099d94b2136ae29dc403f855f Mon Sep 17 00:00:00 2001 From: xmrig Date: Thu, 8 Feb 2018 15:18:08 +0700 Subject: [PATCH] Updated Ubuntu Build (markdown) --- Ubuntu-Build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ubuntu-Build.md b/Ubuntu-Build.md index 28aa190..1292dcc 100644 --- a/Ubuntu-Build.md +++ b/Ubuntu-Build.md @@ -10,7 +10,8 @@ make ``` ### gcc 7.1 -Optionally you can use gcc 7 to small performance increase. +Optionally you can use gcc 7 to small performance increase.
+If command `add-apt-repository` not found install `software-properties-common` first. ```bash sudo add-apt-repository ppa:jonathonf/gcc-7.1 sudo apt-get update