tools/hwmap2txt/hwmapconverter/README
author antonc27 <antonc27@mail.ru>
Sat, 08 Aug 2015 21:58:28 +0200
branchios-revival
changeset 11089 9e30ed87f966
parent 10937 f7fd8a70dd93
permissions -rw-r--r--
- Fix for ArgParsers.pas:368: 23: Identifier not found "cDefaultPathPrefix" Note: Just created dummy cDefaultPathPrefix
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