Repo for DNS Raylib Workshop
git clone https://github.com/DnSClub/raylib-workshop.git
Do it! 🗿
If the repo doesn't already open the window.
- Get G++ compiler:
- Go to this link
- Download the latest Win64 7-zip archive
- Extract it in :C\
- Add C:..\mingw64\bin to your PATH variables.
- Confirm by receiving correct path from
where.exe g++
- Raylib repo -> Releases -> Source Code zip -> extract zip in C:\
- Terminal -> navigate to raylib\src ->
mingw32-make PLATFORM=PLATFORM_DESKTOP - Copy libraylib.a and paste into /lib in project folder
- Get G++ compiler:
brew install gcc
g++ --version - Raylib repo -> Releases -> raylib-version_macos.tar.gz -> extract in Users/your_username
- Copy libraylib.a and paste into /lib in project
- Get G++ compiler:
sudo apt update
sudo apt install build-essential
g++ --version - Raylib repo -> Releases -> Source Code zip -> extract zip in Home
- Terminal -> cd into raylib/src ->
make PLATFORM=PLATFORM_DESKTOP->sudo make install - Copy libraylib.a and paste into /lib in project
- Open a terminal / the project in your editor
make- Windows:
./game.exe
MacOS + Linux:./game