Skip to content

Commit 64d3c94

Browse files
committed
improve INTRO-visualstudio.md with more detailed Visual Studio steps
Thanks @Atkclf! (cherry picked from commit cf7c652)
1 parent 65012f9 commit 64d3c94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/INTRO-visualstudio.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ We'll start by creating a simple project to build and run [hello.c](hello.c)
1111
- Add hello.c to the Source Files
1212
- Right click the solution, select add an existing project, navigate to the SDL VisualC/SDL directory and add SDL.vcxproj
1313
- Right click the solution, select add an existing project, navigate to the SDL_ttf VisualC directory and add SDL_ttf.vcxproj
14+
- Select your SDL_ttf project and go to Project -> Add Reference and select SDL3
15+
- Select your SDL_ttf project and go to Project -> Properties, set the filter at the top to "All Configurations" and "All Platforms", select VC++ Directories and modify the default SDL path in "Include Directories" to point to your SDL include directories
1416
- Select your main project and go to Project -> Add Reference and select SDL3 and SDL3_ttf
1517
- 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 and SDL_ttf include directories to "Include Directories"
1618
- Build and run!

0 commit comments

Comments
 (0)