From 1c30e84c38614ec8a51abe15aa0a145a4c8760b1 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Wed, 14 Aug 2024 19:33:30 -0700 Subject: [PATCH] linux info, ignores --- .gitignore | 3 +++ README.md | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8a30d25..c8d2841 100644 --- a/.gitignore +++ b/.gitignore @@ -396,3 +396,6 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +build_files +raylib-master +Makefile diff --git a/README.md b/README.md index bfa3ddc..db378ac 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ double click the .sln file that is geneated. develop your game, you are good to go. # Linux and MacOS Users -CD into the folder -run ./build/premake5 gmake2 +CD into the build folder +run ./premake5 gmake2 +CD back to the root run make you are good to go