-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Running from source
Fabian Dill edited this page Jul 2, 2020
·
14 revisions
If you just want to play and there is a compiled version available, use that version. These steps are for developers or platforms without compiled releases available.
What you'll need:
- Python 3.7+
- A C compiler
Then run any of the starting points, like MultiClient and the included ModuleUpdater should prompt to install or update the required modules and after pressing enter proceed to install everything automatically. After this, you should be able to run the programs
Recommended steps
- Download and install Python, make sure to install it with pip included
- Download and install Visual Studio Build Tools
- Or go to unoffical python packages to download and install a precompiled bsdiff4 for your python.
- run MultiClient.py which will prompt installation of missing modules, press enter to confirm