Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Compiling

Matt Haynie edited this page Jul 5, 2021 · 10 revisions

Compiling

Note: You probably only want to compile from source if you intend on making changes to the code. If all you want is the absolute latest build:


This guide assumes you are already familiar with the fundamentals of git and compiling programs from source code.

TF2 Bot Detector currently only works on MSVC and Windows, but support for Linux is planned.

Windows

  1. Make sure you have Visual Studio 2019 installed with the "Desktop development with C++" workload.
  2. Download and install git for Windows: https://git-scm.com/download/win
  3. Download and install CMake: https://cmake.org/download/
  4. Save the following as a batch file and run it: https://github.com/PazerOP/tf2_bot_detector/raw/master/util/download_and_compile.bat

There are several build flags. You can seem them here.