mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated Working on Windows (markdown)
@ -73,4 +73,10 @@ Just open your example source file on Notepad++ and execute (F6) the script `ray
|
||||
|
||||
Using MinGW make tool, just navigate from command line to `raylib/examples/` folder and type:
|
||||
|
||||
mingw32-make PLATFORM=PLATFORM_DESKTOP
|
||||
mingw32-make PLATFORM=PLATFORM_DESKTOP
|
||||
|
||||
### Building raylib project with VC (`CL.exe`) in Command-Line-Environment
|
||||
|
||||
A tool has been created to ease this specific approach to building raylib: [`VCrayApp`](https://orcmid.github.io/nfoTools/dev/D211101/)
|
||||
|
||||
`VCrayApp` is a project-folder organization that is useful for creating Microsoft Windows programs using the [raysan5/raylib](https://www.raylib.com/) library for graphical applications.
|
||||
Reference in New Issue
Block a user