tools/hwmap2txt/hwmapconverter/README
author unC0Rr
Fri, 19 Apr 2024 17:45:05 +0200
changeset 16011 52b51d92e88d
parent 10937 f7fd8a70dd93
permissions -rw-r--r--
Fix build
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10937
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     1
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     2
This tool allows editing the contents of .hwmap files as human-readable text.
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     3
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     4
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     5
Dependencies:
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     6
-------------
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     7
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     8
Needs Qt / qmake to build
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
     9
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    10
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    11
Instructions:
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    12
-------------
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    13
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    14
Build with these 2 commands:
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    15
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    16
qmake hwmapconverter.pro
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    17
make
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    18
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    19
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    20
If compiled successfully, run with:
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    21
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    22
./hwmapconverter
f7fd8a70dd93 add simple build instructions
sheepluva
parents:
diff changeset
    23