equal
deleted
inserted
replaced
|
1 The ELF4ROM command line tool and libraries. This tool is used to convert Symbian ROM images |
|
2 into debuggable elf files. See docs/wiki/ELF4ROM.doc for more information. |
|
3 |
|
4 ELF4ROM depends on the following libraries; |
|
5 |
|
6 * boost/program_options |
|
7 * boost/regex |
|
8 * boost/filesystem |
|
9 * libelf |
|
10 * libdwarf |
|
11 |
|
12 Supported libelf and libdwarf can be found in the libs/ folder |
|
13 Boost can be downloaded and built from http://www.boost.org/ |
|
14 |
|
15 On windows please use mingw or cygwin to build. |