tools/hwmap2txt/hwmapconverter/README
author Gianfranco Costamagna <locutusofborg@debian.org>
Wed, 08 Jul 2020 17:13:42 +0300
changeset 15700 a3d2f69f3ac1
parent 10937 f7fd8a70dd93
permissions -rw-r--r--
Description: Make the new network-bsd package optional, by implementing the keyword REQUIRED in the check_haskell_package_exists macro Author: Gianfranco Costamagna <locutusofborg@debian.org> Last-Update: 2020-07-08
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