forked from libsdl-org/SDL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also removed out of date Visual C++ documentation
- Loading branch information
Showing
4 changed files
with
16 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
# Introduction to SDL with Visual Studio | ||
|
||
The easiest way to use SDL is to include it as a subproject in your project. | ||
|
||
We'll start by creating a simple project to build and run [hello.c](hello.c) | ||
|
||
- Create a new project in Visual Studio, using the C++ Empty Project template | ||
- Add hello.c to the Source Files | ||
- Right click the solution, select add an existing project, navigate to VisualC/SDL and add SDL.vcxproj | ||
- Select your main project and go to Project -> Project Dependencies and select SDL3 | ||
- Select your main project and go to Project -> Properties, set the filter at the top to "All Configurations" and "All Platforms", select VC++ Directories and add the SDL include directory to "Include Directories" | ||
- Select your main project and go to Project -> Add Reference and select SDL3 | ||
- Build and run! | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters