How to install mapeditor/tiled. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
mapeditor/tiled Installation Guide
How to install mapeditor/tiled. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for mapeditor/tiled. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i mapeditor/tiledor
Install via npx
npx @hexmos/ipm i mapeditor/tiledPrerequisites
Qt
build_toolVersion: >= 5.12.0
Qbs
build_toolVersion: v4.3.0
Python
languageVersion: 3.8+
Vulkan
system_toolVersion: 1.2.0
Git
knowledgeVisual Studio 2017
system_toolXcode
osHomebrew
package_managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Ubuntu/Debian (Using Qbs)
sudo apt install qtbase5-dev libqt5svg5 qttools5-dev-tools zlib1g-dev qtdeclarative5-dev qbs
qbs setup-toolchains --detect
qbs qbs.run -p tiledFedora (Using Qbs)
sudo dnf builddep tiled
qbs run -p tiledArch Linux (Using Qbs)
sudo pacman -S qt qt5-tools qbs
qbs run -p tiledmacOS (Using Homebrew)
brew install qbs
qbs run -p tiledSelf-Compiled Tiled
qbs installVisual Studio 2017 Project
qbs generate -g visualstudio2017Post Installation Steps
- Open the Tiled map editor from your application launcher.
- Load a new map by clicking on 'New' in the main menu.
