Changes

Jump to: navigation, search

OOo Windows Build

3,726 bytes added, 16:06, 11 May 2009
OOo Category
= Openoffice.org Build on Windows Server 2008 =[[OOo Mac Build]] - [[OOo Fedora Build =]]
* Resources
* Who is working where?
{| class="prettytable" border="1" width="100%"
|+ CDOT Computer Status - Who is working where
|-
! Student Name !! CDOT Computer Name !! Operation !! Status
|-
| [[User:rmwang|Ryan Wang]] (irc:rmwang)|| Local machine || Preparing instruction || Setting up the environment
|-
| [[User:wfred|Fred Wang]] (irc:wfred)|| Local machine || || Setting up the environment
|-
| [[User:jtpau|Jerry Pau]] (irc:jtpau)|| Local machine || || Setting up the environment
|-
|}
== Getting the Required Tools ==
*[http://tortoisesvn.net/downloads TortoiseSVN Version Control Software download ](32bit Installer, 17.8 MB): http://tortoisesvn.net/downloads 
* Microsoft Windows Server 2008 (Under the MSDN tab)
* Microsoft Visual Studio 2008 Professional Edition (Under the MSDN tab)
* [https://acs.senecac.on.ca/pages/download.php Microsoft Windows Server 2008] (Under the MSDN tab)
* [https://acs.senecac.on.ca/pages/download.php Microsoft Visual Studio 2008 Professional Edition] (Under the MSDN tab)
You can download Microsoft applications from the Seneca College [https://acs.senecac.on.ca/pages/download.php ACS websitedownload page].
httpsClick on the [http://142.204.57.25/licensing/login.php?fwdurl=http://142.204.57.25/licensing/keys.php&loginexturl=http://acs142.senecac204.on57.ca25/pageslicensing/login_ext_low.php MSDNAA License] on the left panel of the downloadpage in order to acquire license keys.php
Click on After installing Visual Studio 2008, you will need to add path a path to the 'MSDNAA License' on the left panel in order location of Visual Studio C Compilers. Add this location to your system path and restart Windows to acquire required license keysapply changes <pre>C:\Program Files\Microsoft Visual Studio 9.0\VC\bin</pre>* [http://www.cygwin.com/setup.exe Cygwin - Linux-like environment for Windows]
'''Additional files'''
* [httphttps://wwwcds.microsoftsun.com/downloadsis-bin/detailsINTERSHOP.aspxenfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?familyidProductRef=6A63AB9Cj2sdk-DF121.4.2_11-4D41oth-933CJPR@CDS-BE590FEAA05A&displaylang=en Platform CDS_Developer Java 2 SDK Redistributable, Standard Edition 1.4.2_11 for Windows] - It will be installed on "C: GDI+\j2sdk1.4.2_11" as default. Do not change the location!* [http://archive.apache.org/dist/ant/binaries/apache-ant-1.6.5-bin.zip Apache Ant 1.6.5 binary] (- Open the .zip file and copy the "apache-ant-1.6.5-bin" folder to "C:\"* [http:/external/gdiplus)downloads.activestate.com/ActivePerl/Windows/5.10/ActivePerl-5.10.0.1004-MSWin32-x86-287188.msi ActiveState Perl Win32 x86 Installer]
== Getting the Source Code ==
Added:75247
</pre>
 
 
'''Additional files''' (Copy files to the specified folder)
 
* [http://www.microsoft.com/downloads/details.aspx?familyid=6A63AB9C-DF12-4D41-933C-BE590FEAA05A&displaylang=en Platform SDK Redistributable: GDI+] (/external/gdiplus)
* [http://download.microsoft.com/download/b/7/5/b75eace3-00e2-4aa0-9a6f-0b6882c71642/unicows.exe unicows.dll] (/external/unicows)
* [http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe instmsiw.exe] and [http://download.microsoft.com/download/WindowsInstaller/Install/2.0/W9XMe/EN-US/InstMsiA.exe instmsia.exe] (/external/dbghelp)
* [ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc232-release.zip GPC - General Polygon Clipper library] (Unzip to /external/gpc)
* [http://tools.openoffice.org/moz_prebuild/680/WNTMSCIinc.zip WNTMSCIinc.zip], [http://tools.openoffice.org/moz_prebuild/680/WNTMSCIlib.zip WNTMSCIlib.zip] and [http://tools.openoffice.org/moz_prebuild/680/WNTMSCIruntime.zip WNTMSCIruntime.zip] (/moz/zipped)
* C:\Program Files\Common Files\Merge Modules\Microsoft_VC90_CRT_x86.msm (/external/msm90)
* C:\Program Files\Common Files\Merge Modules\policy_9_0_Microsoft_VC90_CRT_x86.msm (/external/msm90)
* C:\Program Files\Common Files\Merge Modules\Microsoft_VC90_DebugCRT_x86.msm (/external/msm90)
* C:\Program Files\Common Files\Merge Modules\policy_9_0_Microsoft_VC90_DebugCRT_x86.msm (/external/msm90)
* C:\Windows\System32\msvcr71.dll (/external/msvcp71)
* C:\Windows\System32\msvcp71.dll (/external/msvcp71) '''Note that the filename is lowercase!'''
 
 
 
== Setting Environment Variables ==
 
* Run Cygwin terminal and apply the follows:
<pre>
export WINDOWS_VISTA_PSDK=TRUE
export DISABLE_ATL=TRUE
export DISABLE_ACTIVEX=TRUE
</pre>
 
* Additional Perl Modules Installation with CPAN
Start CPAN and install additional modules by typing following commands in the Cygwin terminal.
<pre>
export FTP_PASSIVE="1"
perl -MCPAN -e shell
</pre>
Now, you will see the "cpan>" prompt. Install the required modules by typing the following commands:
<pre>
install Archive::Zip
install XML::Parser
</pre>
 
* SSLeay Installation
 
- Download the SSLeay installation tarball from [http://www.perl.com/CPAN/modules/by-module/Crypt/Crypt-SSLeay-0.07.tar.gz here] and extract to C:\ or to a preferred location of yours.
 
- Open another Cygwin terminal and go to the folder you have extracted and install the SSLeay module by typing
<pre>
cd /cygdrive/c/Crypt-SSLeay-0.07
export SHELL=cmd.exe
perl Makefile.PL
nmake
</pre>
 
 
 
to be continued...
== Setting C and C++ compilers ==
== Configuring The Source ==
== Configuring The Source ==
== Setting Environment Variables ==
== Build ==
 
[[Category:OpenOffice.org]]
3
edits

Navigation menu