Difference between revisions of "Getting the source"

From Apache OpenOffice Wiki
Redirect page
Jump to: navigation, search
(get it)
 
(40 intermediate revisions by 14 users not shown)
Line 1: Line 1:
=== Vanilla up-stream ===
+
#REDIRECT [[‎Documentation/Building Guide/Getting the source]]
 
+
See the [http://tools.openoffice.org/ tools] project for build guides for various platforms.
+
 
+
You might be interested particulary in the [http://tools.openoffice.org/dev_docs/build_linux.html#GetTheSourceCode Get the source code] section in the build guide (for Linux, but it is quite similar for all the platforms).
+
 
+
export 'CVSROOT=:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs'
+
cvs login
+
(CVS password: anoncvs)
+
cvs co -r <milestone> OpenOffice2
+
 
+
The tool to browse project [http://tools.openoffice.org/source/browse/tools/ source code online] has some [http://tools.openoffice.org/servlets/ProjectSource additional hints].
+
 
+
If you want just to test development releases, you can download already compiled builds from [http://download.openoffice.org/680/]. List of available Mac builds is in [[Mac OS X Development Builds]].
+
 
+
=== ooo-build ===
+
 
+
There are loads of versions of OO.o, and several choices of
+
branch, with multiple outstanding patch sets.
+
I recommend you build from up-stream CVS HEAD milestones
+
(SRC680 milestones), with patch sets to make them easier to
+
build from [http://go-ooo.org/packages/SRC680]
+
 
+
The very latest ooo-build (a small ~1.5Mb build wrapper) can
+
be got from CVS thus:
+
 
+
<pre>
+
export CVSROOT=':pserver:anonymous@anoncvs.gnome.org:/cvs/gnome'
+
cvs login
+
cvs -z3 checkout -P ooo-build
+
</pre>
+
 
+
<strong>Note:</strong> You are going to need to download
+
an additional ~150Mb of compressed source, and have ~3Gb
+
of space to unpack and build it in.
+
 
+
== See also ==
+
 
+
*[[Building]]
+
 
+
 
+
[[Category:Development]]
+

Latest revision as of 11:41, 2 September 2009

Personal tools