This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Releases: ReCape/ReCape-Installer
Releases · ReCape/ReCape-Installer
Badlion support
v1.1.0
ReCape Installer v1.0.0
Due to us moving towards a web-based system, the client has been replaced by a simple installer on desktop. It's barebones (for now), but unlike the old client, it should run on nearly any operating system that supports Python 3.
On Windows:
- Download ReCape.exe
- In File Explorer, right-click it and click Run As Administrator
- Click Install
- Restart your computer (it may or may not be necessary, so if you like to live on the edge you can skip this)
On Mac OS:
- Download ReCape (there's no file extension)
- Open Terminal on your Mac
- Type
cd [path to the folder containing the downloaded file]
- Type
sudo ./ReCape
- Type in your password if it asks
- Click Install
- Restart your computer
On Linux:
- Download ReCapeLinux (there's no file extension)
- Open your terminal
- Type
cd [path to the folder containing the downloaded file]
- Type
sudo ./ReCapeLinux
- Click Install
- Restart your computer
[NOTE: The Linux installation was only tested on Debian. Since most distributions are a fork of Debian or of Ubuntu (which is itself a fork of Debian), this should work for most "regular" Linux distros.]
Why the big file size for such a small app?
Because this installer is written using the Python programming language, the installer needs to bundle Python in case you don't have it installed. If you find it suspicious, you can always run the source code directly if you know how.