Updated Working on GNU Linux (markdown)

master
ObAkinyemi 2 месяцев назад
Родитель
Сommit
55d9e7bc31
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      Working-on-GNU-Linux.md

+ 1
- 1
Working-on-GNU-Linux.md

@ -320,7 +320,7 @@ all:
## The simplest possible build command
After installing raylib from source or package manager, you can build a project with this command (modify as necessary):
```
cc game.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
gcc game.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
```
Creating a Makefile will help with building as the project grows.

Загрузка…
Отмена
Сохранить