[Offscreengecko-commits] SF.net SVN: offscreengecko:[93] trunk/docs/building-linux.txt
Status: Pre-Alpha
Brought to you by:
res2002
|
From: <re...@us...> - 2008-11-02 16:22:29
|
Revision: 93
http://offscreengecko.svn.sourceforge.net/offscreengecko/?rev=93&view=rev
Author: res2002
Date: 2008-11-02 16:22:27 +0000 (Sun, 02 Nov 2008)
Log Message:
-----------
Linux build docs
Added Paths:
-----------
trunk/docs/building-linux.txt
Added: trunk/docs/building-linux.txt
===================================================================
--- trunk/docs/building-linux.txt (rev 0)
+++ trunk/docs/building-linux.txt 2008-11-02 16:22:27 UTC (rev 93)
@@ -0,0 +1,22 @@
+BUILDING OFFSCREENGECKO FOR LINUX
+
+Prerequisites:
+ - Compiler, of course. You may have to install extra packages on some
+ distros for that.
+
+ - A build of Gecko 1.9:
+ This can either be the pre-built XULrunner SDK, a version that ships with
+ your or a customized version built from the mozilla.org sources.
+ Note that building against the version from your distro may mean that
+ OffscreenGecko does not work on other distros. For maximum compatibility
+ I recommend using a pre-built SDK and shipping the binaries from that with
+ your app.
+
+Actually building OffscreenGecko:
+ Run 'cmake' to generate Makefiles, run 'make' to do the building itself.
+ Currently, the application linking will result in a number of warnings for
+ unresolved symbols. These can be ignored.
+
+Caveat:
+ Main Linux development is done on Gentoo; OffscreenGecko works & builds there
+ with the distro-supplied XULrunner. For other distros YMMV.
Property changes on: trunk/docs/building-linux.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|