rizin/doc/maemo
pancake df2ec8e014 * Added support for new platform Maemo6-Harmattan
- Linux/arm with debugger support
  - Debian package generation tools (no need for dpkg)
  - Compilation instructions at doc/maemo
* Fix install in binr and libr
2011-07-15 01:50:42 +02:00

26 lines
436 B
Text

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
make
* Create the package
cd maemo
make
* Install the package
dpkg -i radare2-*.deb