author | antonc27 <antonc27@mail.ru> |
Mon, 26 Oct 2015 00:54:58 +0100 | |
branch | ios-revival |
changeset 11248 | 94c0085ddac6 |
parent 10937 | f7fd8a70dd93 |
permissions | -rw-r--r-- |
10937 | 1 |
|
2 |
This tool allows editing the contents of .hwmap files as human-readable text. |
|
3 |
||
4 |
||
5 |
Dependencies: |
|
6 |
------------- |
|
7 |
||
8 |
Needs Qt / qmake to build |
|
9 |
||
10 |
||
11 |
Instructions: |
|
12 |
------------- |
|
13 |
||
14 |
Build with these 2 commands: |
|
15 |
||
16 |
qmake hwmapconverter.pro |
|
17 |
make |
|
18 |
||
19 |
||
20 |
If compiled successfully, run with: |
|
21 |
||
22 |
./hwmapconverter |
|
23 |