-
-
Notifications
You must be signed in to change notification settings - Fork 111
Installation
SLADE can be downloaded from the official site (official builds) or from the DRD Team SVN site (development builds).
No official downloads for SLADE on linux are currently offered, however if you are using a debian based distribution, you can add the DRD Team Package Repository to your package sources using the commands below, if you haven't already:
Debian 12+ / Ubuntu 22.04+
sudo wget -P /etc/apt/sources.list.d https://debian.drdteam.org/drdteam-$(dpkg --print-architecture).sources
sudo apt update
Older Debian/Ubuntu
sudo mkdir -p /etc/apt/keyrings
sudo wget https://debian.drdteam.org/drdteam.gpg -P /etc/apt/keyrings
echo 'deb [signed-by=/etc/apt/keyrings/drdteam.gpg] https://debian.drdteam.org/ stable multiverse' | sudo tee /etc/apt/sources.list.d/drdteam.list
sudo apt update
If you have downloaded the installer, simply run the installer as you would with any other program. The installer should set up everything needed to run SLADE, and optionally add start menu and desktop shortcuts.
If you have downloaded the 'Binaries' distribution, all that is needed is to extract the files from the downloaded archive in a directory. An archiver such as 7-Zip can do this task. A SLADE directory should contain the following files:
- SLADE.exe
- SLADE.pdb
- slade.pk3
- portable (optional)
If a file named portable is found in the SLADE directory, SLADE will work as a portable application and will create and store its configuration folders in the same directory. Otherwise, it will create and store them in the system-provided user directory (typically, C:\Users\<username>\AppData\Roaming\Slade3
in a Windows Vista or newer OS). The content of the file does not actually matter; its existence is all that is needed.
SLADE.pdb is used to generate the stack trace when SLADE crashes. If the file is not present, the crash report will not contain useful data.
SLADE.pk3 is a zip file which contains the resources and definitions needed by SLADE to function properly. When run for the first time, SLADE3 will generate two directories, named config and palettes. They mirror the organization of slade.pk3 and allow users to add more content without having to modify this file.
If you downloaded the OSX binaries (dmg), simply open the dmg file and drag the SLADE icon over the Applications folder in the window that comes up. This will add SLADE to your Applications menu.
If you added the DRD Team repository as mentioned above, you should be able to install SLADE by entering the following commands:
sudo apt-get update
sudo apt-get install slade
Another option is to compile SLADE, if you want the very latest updates. You can find instructions on compiling SLADE in linux here.
Home | Downloads | Tutorials | Wiki Index | SLADE Homepage