Texconv: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
== Installation == | == Installation == | ||
Tested on Linux Mint (2020-01-16) | Tested on Linux Mint (2020-01-16) | ||
Tested on WSL2 Linux Ubuntu (2024-09-30) | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo apt install qt5- | sudo apt install qt5-qmake qtbase5-dev qtbase5-dev-tools libqt5svg5-dev libqt5webenginewidgets5 libqt5webchannel5-dev qtwebengine5-dev | ||
git clone https://github.com/tvspelsfreak/texconv | git clone https://github.com/tvspelsfreak/texconv | ||
cd texconv | cd texconv |
Latest revision as of 02:17, 1 October 2024
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