linux info, ignores

This commit is contained in:
Jeffery Myers 2024-08-14 19:33:30 -07:00
parent 439b53c74d
commit 1c30e84c38
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View file

@ -396,3 +396,6 @@ FodyWeavers.xsd
# JetBrains Rider # JetBrains Rider
*.sln.iml *.sln.iml
build_files
raylib-master
Makefile

View file

@ -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