mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 11:19:18 -05:00
Updated Working on macOS (markdown)
@ -111,7 +111,8 @@ For example if it's linking to something in /usr/local/lib, or a relative folder
|
|||||||
|
|
||||||
1. Copy the files from raylib/projects/VSCODE to a folder.
|
1. Copy the files from raylib/projects/VSCODE to a folder.
|
||||||
2. Make sure you set the proper paths to your static build of raylib in c_cpp_properties.json and tasks.json (look for fields named <path_to_raylib>). This will be specific to your installation of raylib.
|
2. Make sure you set the proper paths to your static build of raylib in c_cpp_properties.json and tasks.json (look for fields named <path_to_raylib>). This will be specific to your installation of raylib.
|
||||||
3. Set the default build task to the OSX debug and launch using the OSX debug configuration.
|
3. Install the extensions named "C/C++" and "CodeLLDB".
|
||||||
|
4. Set the default build task to the OSX debug and launch using the OSX debug configuration.
|
||||||
|
|
||||||
# Bundle your app in an Application
|
# Bundle your app in an Application
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user