-
Prerequisites:
- C++/C.
- Git
-
Installation:
git clone https://github.com/LegendCoderDev505/BussCraft cd BussCraft -
Run:
g++ -o busscraft.exe main.cpp -I/mingw64/include -L/mingw64/lib -lglfw3 -lopengl32 -lglu32 -lgdi32 -std=gnu++11 // or if you use Clang clang++ -o busscraft.exe main.cpp -I/mingw64/include -L/mingw64/lib -lglfw3 -lopengl32 -lglu32 -lgdi32 -std=c++11
project/
├── src/ # Source code
├── docs/ # Documentation
├── LICENSE # License file
└── README.md # You're here!
See CONTRIBUTING.md for guidelines.
MIT © LegendCoderDev505 or NexOVERLORD