Skip to content

Commit 77a830d

Browse files
authoredNov 7, 2024··
Update README.md
1 parent 79cde91 commit 77a830d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ If you encounter any issues or unexpected interpretations, please open an issue
1818

1919
## 📋 Requirements
2020

21-
- Linux (currently): The dlfcn.h header is used for dynamic library loading.
22-
- Flex: Required to generate and compile the lexer file `sudo apt install flex` in Debian based distros.
23-
- gcc: Used for compilation within the code.
24-
- g++ (or clangd, although untested): The Makefile is set to use g++, but can be adjusted for other compilers.
21+
- Flex: Required to generate and compile the lexer file `sudo apt install flex` in Debian based distros. If you use Windows, `winflexbison` is required and in your `PATH`
22+
- gcc: Used for compiling the generated `lex` file.
2523

2624
## ▶️ Run
2725

0 commit comments

Comments
 (0)