remove gcc from dependencies
This commit is contained in:
parent
f64fcb259d
commit
318598da2a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue