[Pidgin] GSoC2012/Android/hostbuild modified

Pidgin trac at pidgin.im
Tue Jul 17 15:53:02 EDT 2012


Changed page "GSoC2012/Android/hostbuild" by michaelz from 88.66.13.123*
Page URL: <http://developer.pidgin.im/wiki/GSoC2012/Android/hostbuild>
Diff URL: <http://developer.pidgin.im/wiki/GSoC2012/Android/hostbuild?action=diff&version=3>
Revision 3
Comment: Added configure parameters

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: GSoC2012/Android/hostbuild
=========================================================================
--- GSoC2012/Android/hostbuild (version: 2)
+++ GSoC2012/Android/hostbuild (version: 3)
@@ -4,6 +4,19 @@
 You need to have Android set up for compiling. You might avoid a lot of work if you deselect some of the builders (because you do not need to compile any libraries for this to work), but you are on your own there...
 
 You need the ability to build pidgin. Then compile and install the default branch of the android repository the normal way.
+
+Those are the configure parameters to use:
+
+{{{
+./configure \
+  --disable-gtkui --disable-consoleui --disable-avahi \
+  --disable-screensaver --disable-sm --disable-gstreamer \
+  --disable-vv --disable-idn --disable-meanwhile --disable-nm \
+  --disable-nss --disable-gnutls --disable-dbus --disable-farstream \
+  --disable-perl --disable-tcl \
+  --disable-plugins --with-static-prpls="all" \
+  --disable-schemas-install
+}}}
 
 If you do not want to install it, you might adapt the Eclipse configuration (Project → Properties → C/C++ Build → Settings → Includes; Mind to select the right build configuration)
 
@@ -15,8 +28,12 @@
 
 Before loading libpurple call:
 
-  System.loadLibrary("im.pidgin.libpurple");
-  PurpleLibraryLoader.fakeLoad(); /* avoids android loads */
+{{{
+System.loadLibrary("im.pidgin.libpurple");
+PurpleLibraryLoader.fakeLoad(); /* avoids android loads */
+}}}
 
 Ensure to have the library that was build on your path, e.g. by adding the JVM Argument:
-  -Djava.library.path=/usr/local/lib:${workspace_loc:im.pidgin.libpurple/X86}
+{{{
+-Djava.library.path=/usr/local/lib:${workspace_loc:im.pidgin.libpurple/X86}
+}}}

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
Pidgin <http://pidgin.im>
Pidgin

This is an automated message. Someone at http://pidgin.im added your email
address to be notified of changes on GSoC2012/Android/hostbuild. If it was not you, please
report to .


More information about the Wikiedit mailing list