Update readme
All checks were successful
SORM tests / Compile (push) Successful in 5s

This commit is contained in:
retoor 2024-11-22 14:57:47 +01:00
parent c9eb7292b8
commit 6d5d810f0d

View File

@ -31,7 +31,8 @@ This project has the following dependencies:
- readline(-dev?) (no idea how to install) - readline(-dev?) (no idea how to install)
- gcc - gcc
- make - make
It probably works from C99 to C2X.
The project probably works from C99 to C2X.
### Caution ### Caution
This project won't compile on your local PC because `rlib.h` is missing. This is my bundle of libraries that I regularely use. I will add this later as 3rd party lib. Maybe I will cherry pick only the functions that SORM uses out of it to keep the source clean, else I will have thousands of lines nothing to do with this project in the source. This project won't compile on your local PC because `rlib.h` is missing. This is my bundle of libraries that I regularely use. I will add this later as 3rd party lib. Maybe I will cherry pick only the functions that SORM uses out of it to keep the source clean, else I will have thousands of lines nothing to do with this project in the source.