You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,17 @@ bugs in our code. It is also much easier to work with abstraction layer than wit
34
34
35
35
---
36
36
37
+
## Requirements
38
+
39
+
In order to compile project from source code, you need to have
40
+
41
+
- Bison 3.7+
42
+
- Java 15+
43
+
44
+
installed. Bison is currently bundled with the project for Windows and macOS. On Linux, you may use package manager to easily install Bison (but check the Bison version; some distos, like Ubuntu, like to ship outdated versions of software).
0 commit comments