Skip to content

Commit

Permalink
Add instructions for downloading external dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 20, 2025
1 parent 19f5133 commit 51860cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/INTRO-emscripten.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ First, you should have the Emscripten SDK installed from:

https://emscripten.org/docs/getting_started/downloads.html

Now make sure you have downloaded the external dependencies. You can do that by running `download.sh` in the external directory.

Create the file CMakeLists.txt
```cmake
cmake_minimum_required(VERSION 3.16)
Expand Down
2 changes: 2 additions & 0 deletions docs/INTRO-visualstudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

The easiest way to use SDL_ttf is to include it along with SDL as subprojects in your project.

First, make sure you have downloaded the external dependencies. You can do that by running `Get-GitModules.ps1` in the external directory.

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
Expand Down
2 changes: 2 additions & 0 deletions docs/INTRO-xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

The easiest way to use SDL_ttf is to include it along with SDL as subprojects in your project.

First, make sure you have downloaded the external dependencies. You can do that by running `download.sh` in the external directory.

We'll start by creating a simple project to build and run [hello.c](hello.c)

- Create a new project in Xcode, using the App template and selecting Objective C as the language
Expand Down

0 comments on commit 51860cd

Please sign in to comment.