summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COMPILING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/COMPILING.md b/COMPILING.md
index f8b292ebc..89f88bbb5 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -73,6 +73,7 @@ Install git, make, cmake and gcc or clang, using your platform's package manager
```
sudo apt-get install git make cmake gcc g++
```
+(Ensure you have gcc/g++ 4.8 or higher installed to avoid errors during compilation)
### Getting the sources ###
```