mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-03-14 21:06:58 +01:00
Update README.md
This commit is contained in:
parent
5ac3407137
commit
2c28f2f690
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -55,6 +55,28 @@ class Program
|
|||
}
|
||||
```
|
||||
|
||||
## Quick Start (using Beef IDE)
|
||||
1. Clone this repository to wherever you want
|
||||
2. Right-click on your workspace and select *Add Existing Project* and select the folder where the *BeefProj.toml* file is.
|
||||
|
||||

|
||||
|
||||
3. Add raylib-beef as a dependency of your project
|
||||
|
||||

|
||||
|
||||
## Static Linking
|
||||
On Windows, default linking is set to dynamically link to raylib. This is because of some weird linking problems with MSVC. You can change that by selecting a different project configuration for raylib-beef in the **Workspace** settings. You can select from **StaticDebug** and **StaticRelease**.
|
||||
|
||||

|
||||
|
||||
Then set your app's build settings to:
|
||||
* C Library: Dynamic
|
||||
* Beef Library: Static
|
||||
|
||||

|
||||
|
||||
|
||||
## More Links
|
||||
* Raylib Repo (https://github.com/raysan5/raylib)
|
||||
* BeefLang (https://www.beeflang.org)
|
||||
|
|
Loading…
Add table
Reference in a new issue