tools/hwmap2txt/hwmapconverter/README
changeset 10937 f7fd8a70dd93
equal deleted inserted replaced
10936:104727dfaa1b 10937:f7fd8a70dd93
       
     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