NeoOffice/C Build Instructions

From NeoWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 05:49, 25 January 2005 (edit)
Sardisson (Talk | contribs)
(fix monospace for terminal commands)
← Previous diff
Current revision (02:29, 25 August 2008) (edit) (undo)
Sardisson (Talk | contribs)
(add obsolete)
 
(5 intermediate revisions not shown.)
Line 1: Line 1:
-== Build instructions for NeoOffice/C ==+{{obsolete}}
 +== Building NeoOffice/C ==
''Note: Until very recently NeoOffice/C was named simply "NeoOffice" (without the "C"). This caused confusion, so in December 2004, the Cocoa version of NeoOffice was renamed to NeoOffice/C. Because of their historical nature, these build instructions continue to refer to the application as "NeoOffice".'' ''Note: Until very recently NeoOffice/C was named simply "NeoOffice" (without the "C"). This caused confusion, so in December 2004, the Cocoa version of NeoOffice was renamed to NeoOffice/C. Because of their historical nature, these build instructions continue to refer to the application as "NeoOffice".''
 +
 +
 +''Note: though this will generate a program, the stability of the program is questionable at best. If you need to acutally use something, go for a stable release of NeoOffice''
Line 13: Line 17:
* Installed Apple Developer Tools * Installed Apple Developer Tools
-: You should have got a CD with the Apple Developer Tools (Xcode Tools on "Panther“). If not, make a free developer-registration at http://developer.apple.com and download the Developer Tools from there+: You should have got a CD with the Apple Developer Tools (Xcode Tools on “Panther“). If not, make a free developer-registration at http://developer.apple.com and download the Developer Tools from there
* 3 Gigabyte free space on hard disk * 3 Gigabyte free space on hard disk
Line 22: Line 26:
*Put it into your <tt>/Applications</tt>-folder. *Put it into your <tt>/Applications</tt>-folder.
 +
=== First step: Getting NeoOffice and external sources === === First step: Getting NeoOffice and external sources ===
Line 27: Line 32:
* Open a new Terminal (<tt>/Applications/Utilities/Terminal</tt>) * Open a new Terminal (<tt>/Applications/Utilities/Terminal</tt>)
-* If you get the sources the first time, please type "<tt>sudo mkdir /neooffice</tt>“ and enter your password.+* If you get the sources the first time, please type “<tt>sudo mkdir /neooffice</tt>“ and enter your password.
* Enter the following commands: * Enter the following commands:
Line 38: Line 43:
: <tt>cvs login</tt> (Enter the password "anoncvs“) : <tt>cvs login</tt> (Enter the password "anoncvs“)
-: <tt>cvs co NeoOffice</tt>+: <tt>cvs co NeoOfficeC</tt>
: <tt>cd /neooffice</tt> : <tt>cd /neooffice</tt>
Line 69: Line 74:
Please type the following commands. If you're asked for a password, use your login-password. Please type the following commands. If you're asked for a password, use your login-password.
- 
: <tt>set curr_wd=`pwd`</tt> : <tt>set curr_wd=`pwd`</tt>
Line 112: Line 116:
=== Your NeoOffice.app is now ready to test ;-) === === Your NeoOffice.app is now ready to test ;-) ===
 +
 +
=== Localization === === Localization ===
Line 122: Line 128:
What that will do is create resource files and installation sets for all of the languages. In the "setup" step, instead of using the "01" instsetoo directory, replace it with the two digit code for your language as given in the "Tel-code" column of: http://l10n.openoffice.org/all_supported_languages.html What that will do is create resource files and installation sets for all of the languages. In the "setup" step, instead of using the "01" instsetoo directory, replace it with the two digit code for your language as given in the "Tel-code" column of: http://l10n.openoffice.org/all_supported_languages.html
 +
 +[[Category:NeoOffice/C]]

Current revision

Obsolete! (click icon for its license info)
This page is obsolete; it refers to an application that is no longer developed and is unsupported.

The information provided on this page remains available only for historical purposes.

Contents

Building NeoOffice/C

Note: Until very recently NeoOffice/C was named simply "NeoOffice" (without the "C"). This caused confusion, so in December 2004, the Cocoa version of NeoOffice was renamed to NeoOffice/C. Because of their historical nature, these build instructions continue to refer to the application as "NeoOffice".


Note: though this will generate a program, the stability of the program is questionable at best. If you need to acutally use something, go for a stable release of NeoOffice


Prerequisites

You need the following things to build NeoOffice on your Mac:

  • A Mac running Mac OS X 10.2 ("Jaguar“) or 10.3 ("Panther“)
  • (Broadband-)Access to the internet (or a good friend with internet-access ;-) )
  • Installed Apple Developer Tools
You should have got a CD with the Apple Developer Tools (Xcode Tools on “Panther“). If not, make a free developer-registration at http://developer.apple.com and download the Developer Tools from there
  • 3 Gigabyte free space on hard disk
  • Ability to work on the command line via Terminal
  • Put it into your /Applications-folder.


First step: Getting NeoOffice and external sources

  • Open a new Terminal (/Applications/Utilities/Terminal)
  • If you get the sources the first time, please type “sudo mkdir /neooffice“ and enter your password.
  • Enter the following commands:
cd /neooffice
setenv CVSROOT :pserver:anoncvs@anoncvs.neooffice.org:/cvs
(If the setenv-command gives you an error, try "export CVSROOT=:pserver:anoncvs@anoncvs.neooffice.org:/cvs" instead.)
cvs login (Enter the password "anoncvs“)
cvs co NeoOfficeC
cd /neooffice
csh fixperms.csh (Please note: Getting the sources can need dozens of hours at the first time. A source tarball from 2004-02-29, size 226MB, can be downloaded here: http://freesmug.mine.nu/mirrors/neooffice/neooffice.tar.gz )


Second step: Building NeoOffice

Please type the following commands:

cd /neooffice/config_office
./configure –without-x
cd /neooffice
source MacosxEnv.Set
./bootstrap
source MacosxEnv.Set
dmake

After making, you get a message about missing gtk, but that's ok. Build is finished then successfully.


Third step: Assembling the executable

Please type the following commands. If you're asked for a password, use your login-password.

set curr_wd=`pwd`
mkdir /neooffice-setup
cd /neooffice-setup
cp /neooffice/instsetoo/unxmacxp.pro/01/normal/* .
mkdir /neooffice-install

Because the graphical setup doesn't work, we must do the setup via command shell (we use the temporary directory /neooffice-install):

cd /neooffice-setup
./install --prefix=/neooffice-install

The setup-program of NeoOffice doesn't work correctly now. After doing this steps, you must move all files of the installation directory, you've choosed in the setup, into the Contents/Ressources-directory of an "old“ NeoOffice-binary or a "torso“. Please type:

cp -R /neooffice-install/OpenOffice.org1.1.0/* /Applications/NeoOffice.app/Contents/Resources (Enter your password, if you're asked for it.)
cp -R /neooffice/macosx_extras/fixinstallpaths/fix_ooo_installation.bash /Applications/NeoOffice.app/Contents/Resources
rm -r /Applications/NeoOffice.app/Contents/Resources/program/user
cd /Applications/NeoOffice.app/Contents/Resources
echo /neooffice-install > oldinstalldir.txt
echo /neooffice-install > origininstalldir.txt
cd $curr_wd
rm -r /neooffice-setup
sudo rm -r /neooffice-install

Open the file /Applications/NeoOffice.app/Contents/Resources/program/bootstraprc with an editor

Change the value of UserInstallation to $SYSUSERCONFIG/Library/Preferences/NeoOffice0.0.1.1

Your NeoOffice.app is now ready to test ;-)

Localization

If you want to localise (using your language) NeoOffice, Make a

  • setenv give_me_all_languages 1

beforde you start making of NeoOffice.

What that will do is create resource files and installation sets for all of the languages. In the "setup" step, instead of using the "01" instsetoo directory, replace it with the two digit code for your language as given in the "Tel-code" column of: http://l10n.openoffice.org/all_supported_languages.html

Personal tools