logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/tiled
or

Install via npx

npx @hexmos/ipm i mapeditor/tiled

Prerequisites

Qt

build_tool

Version: >= 5.12.0

Qbs

build_tool

Version: v4.3.0

Python

language

Version: 3.8+

Vulkan

system_tool

Version: 1.2.0

Git

knowledge

Visual Studio 2017

system_tool

Xcode

os

Homebrew

package_manager

Manual 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 tiled

Fedora (Using Qbs)

sudo dnf builddep tiled

qbs run -p tiled

Arch Linux (Using Qbs)

sudo pacman -S qt qt5-tools qbs

qbs run -p tiled

macOS (Using Homebrew)

brew install qbs

qbs run -p tiled

Self-Compiled Tiled

qbs install

Visual Studio 2017 Project

qbs generate -g visualstudio2017

Post Installation Steps

  • Open the Tiled map editor from your application launcher.
  • Load a new map by clicking on 'New' in the main menu.