Преглед на файлове

List dependencies on README

DricomDragon преди 5 години
родител
ревизия
6b8d218acf
променени са 1 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -2,6 +2,16 @@
 
 ECN lab about syntaxic analysis
 
+## Dependencies
+
+You need **GCC**, **flex** and **bison**.
+
+You can install them on debian based systems with :
+
+```
+sudo apt install flex bison
+```
+
 ## How to compile
 
 ```