mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 10:51:01 +00:00
28e5244064
* Show help when no file given to rabin2 -O help * Fix ELF strtab section read issue (workaround?)
27 lines
457 B
Plaintext
27 lines
457 B
Plaintext
Build for maemo6 (Harmattan) N9 - N950
|
|
========================================
|
|
|
|
* Install QtSDK
|
|
|
|
- http://qt.nokia.com/downloads/
|
|
|
|
* Configure mad (maemo development environment)
|
|
|
|
cd /usr/bin ; sudo ln -fs $HOME/QtSDK/Madde/bin/mad
|
|
mad set harmattan-nokia-meego-api
|
|
mad sh
|
|
|
|
* Compile
|
|
|
|
./configure --without-ssl --prefix=/usr --with-little-endian
|
|
make
|
|
|
|
* Create the package
|
|
|
|
cd maemo
|
|
make
|
|
|
|
* Install the package
|
|
|
|
dpkg -i radare2-*.deb
|