Texconv: Difference between revisions

From dreamcast.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision 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
'''Source : ''' https://github.com/tvspelsfreak/texconv
Line 7: Line 7:
Tested on Linux Mint (2020-01-16)
Tested on Linux Mint (2020-01-16)


  sudo apt install qt5-default qtbase5-dev
<syntaxhighlight lang="bash">
  git clone https://github.com/tvspelsfreak/texconv
sudo apt install qt5-default qtbase5-dev
  cd texconv
git clone https://github.com/tvspelsfreak/texconv
  qmake
cd texconv
  make
qmake
make
</syntaxhighlight>

Latest revision as of 04:02, 2 January 2023

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)

sudo apt install qt5-default qtbase5-dev
git clone https://github.com/tvspelsfreak/texconv
cd texconv
qmake
make