浏览代码

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
 
 ```