mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 09:49:18 -05:00
Updated Use raylib with Eclipse (markdown)
@ -44,8 +44,8 @@ https://www.raylib.com/examples.html
|
|||||||
* From the main menu choose **Project > Properties**.
|
* From the main menu choose **Project > Properties**.
|
||||||
* Now go to **C/C++ Build > Settings > Tool Settings** tab.
|
* Now go to **C/C++ Build > Settings > Tool Settings** tab.
|
||||||
* Under **GCC C++ Compiler > Includes > Include paths (-I)** add the path to your **raylib/src** folder.
|
* Under **GCC C++ Compiler > Includes > Include paths (-I)** add the path to your **raylib/src** folder.
|
||||||
* Under **MinGW C++ Linker > Libraries > Libraries (-l)** add **raylib** and **gdi32** libs.
|
* Under **MinGW C++ Linker > Libraries > Libraries (-l)** add **raylib**, **opengl32**, **gdi32**, and **winmm** libs.
|
||||||
* Under **MinGW C++ Linker > Libraries > Library search path (-L)** add the path to the **raylib** static library which you previously builded.
|
* Under **MinGW C++ Linker > Libraries > Library search path (-L)** add the path to the **raylib** static library which you previously built.
|
||||||
|
|
||||||
### Build and Run!
|
### Build and Run!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user