-
-
Notifications
You must be signed in to change notification settings - Fork 114
Arch Linux Step by Step Compilation
noot edited this page Aug 29, 2023
·
1 revision
- Install dependencies.
pacman -Sy cmake git gcc wxwidgets-gtk3 freeimage sfml fluidsynth ftgl mpg123 bzip2 zlib webkit2gtk
- Clone the repo.
git clone https://github.com/sirjuddington/SLADE.git ~/SLADE
- Checkout the release tag. In this example, it's
3.3.0
cd ~/SLADE
git checkout 3.3.0
- Compile it!
We can start compiling now 🚀
cd ~/SLADE/dist
cmake ..
make
make install
Home | Downloads | Tutorials | Wiki Index | SLADE Homepage