X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=dev-notes%2Fobsolete%2FINSTALL.Qtopia;fp=dev-notes%2Fobsolete%2FINSTALL.Qtopia;h=f00e45376bd3bae9d783883ead5f7d24dd513945;hp=0000000000000000000000000000000000000000;hb=3d9903e8c5e1ed10c2c277d1f9c9047365c9ecfe;hpb=5a25e34f1afc3be4569a6f4726fd37067c71648f diff --git a/dev-notes/obsolete/INSTALL.Qtopia b/dev-notes/obsolete/INSTALL.Qtopia new file mode 100644 index 00000000..f00e4537 --- /dev/null +++ b/dev-notes/obsolete/INSTALL.Qtopia @@ -0,0 +1,23 @@ +Quassel IRC Mobile Edition - Installation Notes +=============================================== + +NOTE: QuasselTopia is currently broken. You will not be able to compile it. + +We assume that you are familiar with application development on the +Greenphone (or other Qtopia devices), so we won't go into detail here. + +The project file and related resources for QuasselTopia are to be found +in qtopia-build/. Set up your development environment as usual (i.e. have +the appropriate tools in $PATH and so on), and then: + +cd qtopia-build +qtopiamake +make + +This will build the binary called 'quasseltopia' in the build +directory. Then use the gph script to build and deploy the package: + +gph -p +gph -i + +This should create a package and start installation on the Greenphone.