Texconv

From dreamcast.wiki
Revision as of 02:17, 1 October 2024 by Rizzoislandgame (talk | contribs) (→‎Installation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Texconv is a old but trusty tool by Anton Norgren (Tvspelsfreak on DCEmulation.org forums) to convert .png files into .dtex (some say .dtx) format.

Source : https://github.com/tvspelsfreak/texconv

Installation

Tested on Linux Mint (2020-01-16) Tested on WSL2 Linux Ubuntu (2024-09-30)

sudo apt install qt5-qmake qtbase5-dev qtbase5-dev-tools libqt5svg5-dev libqt5webenginewidgets5 libqt5webchannel5-dev qtwebengine5-dev
git clone https://github.com/tvspelsfreak/texconv
cd texconv
qmake
make