mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 04:06:45 -04:00
20 lines
No EOL
723 B
Markdown
20 lines
No EOL
723 B
Markdown
# Download and Extract Steamworks SDK
|
|
|
|
Follow these steps to download and extract the Steamworks SDK:
|
|
|
|
## Steps to Download and Extract
|
|
1. Visit the official [Steamworks SDK page](https://partner.steamgames.com/).
|
|
2. Log in with your Steam developer account.
|
|
3. Navigate to the "SDK & Tools" section.
|
|
4. Download the latest version of the Steamworks SDK.
|
|
5. Once downloaded, extract the contents of the SDK archive into this directory.
|
|
|
|
## Required Directory Structure
|
|
After extraction, ensure the following directories exist in this location:
|
|
- `redistributable_bin/`
|
|
- `public/`
|
|
- `tools/`
|
|
- `sdk/`
|
|
- `samples/`
|
|
|
|
If any of these directories are missing, re-download and extract the SDK to ensure all files are included. |