mirror of
https://github.com/sirjuddington/SLADE.git
synced 2025-12-04 16:24:30 -05:00
Page:
Unix Compilation
Pages
About Features
About
Arch Linux Step by Step Compilation
Archive Manager
Base Resource
Bookmark
Compiling SLADE on Ubuntu 18.04
Compiling SLADE
Console
Downloads
Entry List
Entry Panel
Features
Fedora Step by Step Compilation
Graphics Entry Panel
Home
How to Copy and Convert Graphics
How to Create Map Images
How to Import Textures
Installation on OS X using Homebrew
Installation
Interface
Key Bindings
Map Editor Key Bindings
Map Editor Launcher
Map Editor
Part 1: Creating a Map
Part 2: Basic Building
Planned Features
Roadmap
Run Dialog
Scripting
Scripting: Archive Type
Scripting: ArchiveEntry Type
Scripting: EntryType Type
Scripting: Game Namespace
Scripting: SLADE Namespace
Sector Edit Mode
Supported Data Formats
Terminology
Troubleshooting & FAQ
Tutorials
Ubuntu Step by Step Compilation
Unix Compilation
Wiki Contribution Rules and Guidelines
Wiki Index
Windows Compilation
Windows Step By Step Compilation
addimfheader Console Command
cd Console Command
cmdhelp Console Command
cmdlist Console Command
crop Console Command
cvarlist Console Command
echo Console Command
find Console Command
fixpngcrc Console Command
imgconv Console Command
lightspsxtopalette Console Command
list_archives Console Command
lookupdat Console Command
m_check Console Command
m_show_item Console Command
mirror Console Command
open Console Command
palconv Console Command
palconv64 Console Command
palconvpsx Console Command
palettedat Console Command
ren Console Command
replacespecials Console Command
replacetextures Console Command
replacethings Console Command
rotate Console Command
run Console Command
size Console Command
splash Console Command
tablesdat Console Command
type Console Command
vertex32x Console Command
vertexpsx Console Command
No results
2
Unix Compilation
Hugo Locurcio edited this page 2018-04-21 12:56:40 +02:00
Table of Contents
Required Libraries
To compile SLADE3 on UNIX-based systems, the following libraries are required:
- wxWidgets 3.0+ (NOT 2.8): As wxWidgets 3.0 is not currently available in most package-based distros, it may have to be compiled itself. When
./configure-ing wxWidgets, you will need to specify--enable-mediactrland--enable-webview. Instructions for compiling wxWidgets can be found in "docs/gtk/install.txt" in the wxWidgets tarball. See the step-by-step Ubuntu compilation section for more info. Also note that the packaged wxWidgets 3.0 for FreeBSD is compiled with backtrace disabled, preventing compilation of SLADE's crash handler if you did not compile wxWidgets from source. - FreeImage: It is recommended to download/compile/install the latest version of FreeImage from the website, as compilation is very simple and the version in the package manager may be out of date.
- SFML v2.0: Packages and compilation instructions can be found on the SFML website. Make sure to install v2.0 and not any earlier version.
- FluidSynth v1.1.3.
- FTGL
Compiling with CMake
CMake can also be used to compile SLADE. To build using cmake, first make sure cmake is installed, then cd to /dist, run 'cmake ..' then 'make'. That should be all there is to it.
Latest Release: 3.2.4
Home | Downloads | Tutorials | Wiki Index | SLADE Homepage