mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-08 15:19:17 -05:00
fix typos
@ -73,7 +73,7 @@ From command-line, the following line must be called:
|
||||
|
||||
NOTE: `mingw32-make.exe` is provided by MinGW toolchain, other compiler toolchains could provide similar implementations, usually called just `make.exe`. In any case, `make` must be accessible from command-line to execute it.
|
||||
|
||||
If you are using the provided raylib installer with Notepad++, it comes with a Notepad++ script ready to compile raylib library using makefile, the script configures required paths and calls required `Makefile`. To do this, start up Notepad++ for raylib, open the `raylib.h` file, press F6, choose `raylib_makefile`, verify that in the script web platof is set (`SET PLATFORM=PLATFORM_WEB`) and click OK to run the script.
|
||||
If you are using the provided raylib installer with Notepad++, it comes with a Notepad++ script ready to compile raylib library using makefile, the script configures required paths and calls required `Makefile`. To do this, start up Notepad++ for raylib, open the `raylib.h` file, press F6, choose `raylib_makefile`, verify that in the script the web platform is set (`SET PLATFORM=PLATFORM_WEB`) and click OK to run the script.
|
||||
|
||||
* For Linux/macOS users :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user