EnvironmentSetup
From Wiki.ooo4kids.org
Setup Environment
Contents |
Introduction
OOo4Kids is based on OpenOffice.org source code, precisely the OOO320_m19+ (and other fixes once available). This page is a guide for setup your development environment on Windows (XP SP3 mini) , MacOS X (10.4 or superior) and Linux. You'll find information to :
- install the development stuff,
- configure your system,
- and build OOo4Kids
Choose your setup
Completed ports
| Operating system | Architecture | Comments | |
|---|---|---|---|
| Sugar | Intel | |
| Arch Linux | All | |
| Debian | All | |
| Ubuntu | All | |
| Mandriva | All | |
| Fedora | All | |
| Red Hat | All | |
| openSUSE | Intel | |
| Puppy Linux | All | |
| Mac OS | Intel and PowerPC | 10.4 min |
| Windows | Intel | XP SP 3 min |
| Open BSD | Intel | Port completed, builds directly from sources, packaging improvement in progress |
Work in progress
| Operating system | Architecture | Comments | |
|---|---|---|---|
| Amiga OS | PowerPC | OS 4.1 |
| Haiku OS | Intel | |
| GNU Hurd | Intel |
Compilation Times
Feel free to complete this table adding your personnal information
| µProcessor | Frequence | RAM | Time estimation |
|---|---|---|---|
| Pentium 4 HT | 3.2 Ghz | 2 GB | ~ 7Hours |
| Intel(R) Pentium(R) M | 1.73GHz | 1 GB | ~ 7/8Hours |
| AMD Athlon(tm) 64 X2 3800+ | 2GHz | 2 GB | ~ 2/3Hours |
| 64bits Loongson™ 2F by STMicroelectronics | 900 MHz | 1 GB | ~ 2 days |
| IBM PowerPC 74xx (G4) | 1,25 GHz | 1,5 GB | ~ 17 hours|- |
| Intel Core 2 Duo 2 (Macbook pro) (Windows XP in a Sun VirtualBox) | 2,33 GHz | 2 GB | ~ 12 hours (using build --all -P2 -- -P2) |
| Intel T2300 dual core (ASUS M6N) (Ubuntu) | 1.66 GHz | 1.5 GB | ~ 7 hours (using build --all -P2 -- -P2) |
| Intel E8400 dual core (ASUS P5QL pro) (Mandriva 64 bits) | 3.00 ghz | 4 GB | ~ 3 hours (using build --all -P2 ) |
| Intel i7 920 4 Physical Cores, 8 Logical Processors (ASUS P6T deluxe V2), HD 256 GB SSD (Debian Lenny) | 2.67 GHz | 6 GB | ~ 50 min cold ccache ~ 28 min (hot ccache) (using build --all -P8 -- -P8 -- -P8 -- -P8) |
History of build
| Release | OS | Version | Status | Who | Configure | Problems |
|---|---|---|---|---|---|---|
| R1025 | Mandriva | 2010.0 32b | Success | Fredjd |
./configure --with-lang="fr"\
--with-system-python\
--with-system-libxml\
--disable-gnome-vfs\
--with-OOoLight\
--disable-gtk\
| Test Build completed (sept 2011) in En & Fr. Other locales and release expected in nov 2011 |
| R1025 | Xubuntu | 10.10 fr 32b | Success | Fredjd |
???? | Test Build completed (oct 2011) in En & Fr. Other locales and release expected in nov 2011 |
| R1025 | Debian | 6.0.3 | Success | JML |
./configure --with-lang="fr"\
--with-system-python\
--with-system-libxml\
--disable-gnome-vfs\
--with-OOoLight\
--disable-gtk\
--with-package-format="deb installed"
| |
| R1026 | Debian | 6.0.3 | Success | JML |
./configure --with-lang="ar de es fi fr it nb nl pl ru sl uk zh-CN zh-TW" \
--with-system-python \
--with-system-libxml \
--disable-gnome-vfs \
--with-OOo4Kids \
--disable-gtk \
| |
| R1026 | Mac OS | 10.5.2 | Fail | JML | to complete | to complete |
| R1025 | Mac OS | 10.5.2 | Fail | JML | to complete | to complete |
| R1361 | openSUSE | 12.1 (x86_64) | Success | Deneb |
./configure --with-lang=ALL \
--with-system-python \
--with-system-libxml \
--disable-gnome-vfs \
--with-OOo4Kids \
--disable-gtk \
--with-package-format="rpm" \
--with-system-redland \
--enable-presenter-extra-ui \
--enable-minimizer \
--enable-presenter-screen \
--enable-pdfimport \
--with-use-shell=bash
| Build of OOo4Kids with success with problem for the creation of the ".rpm". The packages are ok but there's an install problem due to libagglx.so. At install time an error occur during the dependencies check for the package OOo4Kids1.3-core04-1.3-131.x86_64.rpm. The library libagglx.so seems to be missing and the installation needs to be forced. However, OOo4Kids starts and works perfectly. This problem is under investigation. |
| R1361 | openSUSE | 12.1 (x86_64) | Success | Deneb |
./configure --with-lang=ALL \
--with-system-python \
--with-system-libxml \
--disable-gnome-vfs \
--with-OOoLight \
--disable-gtk \
--with-package-format="rpm" \
--with-system-redland \
--enable-presenter-extra-ui \
--enable-minimizer \
--enable-presenter-screen \
--enable-pdfimport
| Build of OOoLight with success with problem for the creation of the ".rpm". The packages are ok but there's an install problem due to libagglx.so. See the previous report |














