remove gcc from dependencies

This commit is contained in:
Night Kaly 2024-05-22 10:55:17 +01:00
parent f64fcb259d
commit 318598da2a
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -9,13 +9,13 @@ lcc <path> <path2> <path3> ...
# Dependencies # Dependencies
- gcc None
# Building # Building
You will need to run these with elevated privilages. You will need to run these with elevated privilages.
```sh ```
$ make $ make
# make install # make install
``` ```