linux info, ignores
This commit is contained in:
parent
439b53c74d
commit
1c30e84c38
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -396,3 +396,6 @@ FodyWeavers.xsd
|
||||||
|
|
||||||
# JetBrains Rider
|
# JetBrains Rider
|
||||||
*.sln.iml
|
*.sln.iml
|
||||||
|
build_files
|
||||||
|
raylib-master
|
||||||
|
Makefile
|
||||||
|
|
|
@ -24,8 +24,9 @@ double click the .sln file that is geneated.
|
||||||
develop your game, you are good to go.
|
develop your game, you are good to go.
|
||||||
|
|
||||||
# Linux and MacOS Users
|
# Linux and MacOS Users
|
||||||
CD into the folder
|
CD into the build folder
|
||||||
run ./build/premake5 gmake2
|
run ./premake5 gmake2
|
||||||
|
CD back to the root
|
||||||
run make
|
run make
|
||||||
you are good to go
|
you are good to go
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue