Texconv: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "== Description == Texconv is a old but trusty tool to convert .png files into .dtex (some say .dtx) format.  == Installation == Tested on Linux Mint (2020-01-16)    sudo apt i...")  | 
				|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Description ==  | == Description ==  | ||
Texconv is a old but trusty tool to convert .png files into .dtex (some say .dtx) format.  | 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 ==  | == 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">  | |||
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  | |||
</syntaxhighlight>  | |||
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