10.0
10.1
11.0
11.1
11.2
11.3
6.0
6.1
6.2
6.2.0
6.2.0-rc1
6.2.0-rc2
6.3
6.3-rc1
6.3-rc2
6.3-rc3
7.10
7.4
7.5
7.6
7.6-blfs
7.6-systemd
7.7
7.8
7.9
8.0
8.1
8.2
8.3
8.4
9.0
9.1
basic
bdubbs/svn
elogind
gnome
kde5-13430
kde5-14269
kde5-14686
ken/inkscape-core-mods
krejzi/svn
lazarus
nosym
perl-modules
plabs/python-mods
qt5new
systemd-11177
systemd-13485
trunk
upgradedb
v1_0
v5_0
v5_0-pre1
v5_1
v5_1-pre1
xry111/intltool
xry111/soup3
xry111/test-20220226
Last change
on this file since 2b36b6b was 2b36b6b, checked in by Larry Lawrence <larry@…>, 21 years ago |
update to qt-3.0.6, openoffice inst correction, move prefix of mozilla to /usr
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@352 af4574ff-66df-0310-9fd7-8a98e5e911e0
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | <sect2>
|
---|
2 | <title>Installation of openoffice</title>
|
---|
3 |
|
---|
4 | <para>Install openoffice by running the following commands:</para>
|
---|
5 |
|
---|
6 | <para><screen><userinput>
|
---|
7 | mv ../gpc231/gpc.* external/gpc &&
|
---|
8 | patch -Np1 -i ../openoffice-1.0.1.patch &&
|
---|
9 | cd config_office/ &&
|
---|
10 | autoconf &&
|
---|
11 | ./configure --enable-gcc3 --with-jdk-home=${JAVA_HOME} \
|
---|
12 | --with-lang=ENUS --with-x --with-stlport4-home=/usr &&
|
---|
13 | cd .. &&
|
---|
14 | mkdir -p solver/641/unxlngi4.pro/inc/ &&
|
---|
15 | touch solver/641/unxlngi4.pro/inc/minormkchanged.flg &&
|
---|
16 | mkdir -p solver/641/unxlngi4.pro/lib/ &&
|
---|
17 | cp -f /usr/lib/libstdc++.so.5* /usr/lib/libgcc_s.so* \
|
---|
18 | solver/641/unxlngi4.pro/lib/ &&
|
---|
19 | chmod +x solenv/bin/zipdep.pl &&
|
---|
20 | tcsh -c "source LinuxIntelEnv.Set; ./bootstrap" &&
|
---|
21 | tcsh -c "source LinuxIntelEnv.Set; dmake" &&
|
---|
22 | cd instsetoo/unxlngi4.pro/01/normal &&
|
---|
23 | ./install --prefix=/opt &&
|
---|
24 | for appl in swriter scalc sdraw simpress smath soffice; do \
|
---|
25 | ln -sf /opt/openoffice/program/$appl /usr/X11R6/bin/$appl; done
|
---|
26 |
|
---|
27 | </userinput></screen></para>
|
---|
28 |
|
---|
29 |
|
---|
30 | </sect2>
|
---|
31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.