Skip to content

SteamCPP/depot-downloader-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Blazing fast Steam depot downloader tool written in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors