Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 689 Bytes

File metadata and controls

36 lines (28 loc) · 689 Bytes

C++ Steam Depot Downloader

This tool is an effecient yet concise downloader for Steam depots. It connects to a Steam CDN server and downloads a depot given the proper authentication keys.

Requirements

  • Boost
  • Libcurl
  • Crypto++
  • ZLib

Building

Tip

Ensure you have the proper dependencies installed!

1. Clone the repository

git clone https://github.com/lammmab/depot-downloader-cpp

2. CD into the repository

cd depot-downloader-cpp

3. Configure CMake

cmake -B build

Important

You MUST attach -DBUILD_BINARY=ON in this command to build the CLI tool!

4. Build the project

cmake --build build