docs: record the resource-library split as a general rsc_res rule

The finding generalises beyond connectivity, so it goes in CLAUDE.md as a rule
rather than only in the module readme: one module's source/**/*.src is NOT
necessarily one .res.  A module whose makefile declares RESLIB1NAME..RESLIB3NAME
needs three rsc_res targets, because the bundles are resolved BY NAME at runtime
and a merged .res leaves the other names unresolvable while also risking ID
collisions across what were separate namespaces.  Any other module whose rsc_res
globs source/**/*.src should be checked against its makefile's RESLIB<N>NAME
count.

Also records why upstream's fourth connectivity reslib is deliberately absent:
hsqlui.src exists only to force two images into images.zip, which was a dmake
necessity and is already covered here by //main/default_images:images globbing
database/**/*.png.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
3 files changed
tree: 53d72719466dffb8719a2fbebc2fcf729272c0c7
  1. .github/
  2. build/
  3. ext_libraries/
  4. ext_sources/
  5. extras/
  6. main/
  7. test/
  8. .asf.yaml
  9. .bazelignore
  10. .bazelrc
  11. .gitignore
  12. .pre-commit-config.yaml
  13. bug-readme.md
  14. build_events.json
  15. CLAUDE.md
  16. LICENSE
  17. Makefile
  18. Migrated-packages.md
  19. MODULE.bazel
  20. MODULE.bazel.lock
  21. platform-axis-proposal.md
  22. rat-report.xml
  23. rdf-readme.md
  24. README.md
  25. requirements-dev.txt
  26. STYLEGUIDE.md
  27. WORKSPACE
  28. xmlversion.h
README.md

Apache OpenOffice®

The Apache OpenOffice project (AOO) provides a full featured office productivity suite based on open standards. It is the continuation of the OpenOffice.org project.

For detailed information about Apache OpenOffice please visit the Project Website.

Apache OpenOffice is a very large project with many components and mainly implemented in C++ but also in Java, Perl, Python and other languages.

Currently supported platforms include:

  • Microsoft Windows
  • macOS (OS X)
  • Linux variants
  • FreeBSD
  • OS/2

OpenOffice is used by millions of users worldwide and with more than 398 million downloads it is one of the most successful open source projects.

Getting the latest sources via Git

You can always checkout the latest source via Git using the following command:

git clone https://gitbox.apache.org/repos/asf/openoffice.git aoo

For further information visit https://openoffice.apache.org/source.html.

Building Apache OpenOffice

Apache OpenOffice is a big project and depends on several other external libraries.
The list of prerequisites varies for the different platforms.

A comprehensive and complete building guide can be found in the Project Wiki.

With having all prerequisites in place you can simply run

cd aoo/main
autoconf
./configure <configure_switches>
./bootstrap
source *.Set.sh
cd instsetoo_native
build --all

Note that building OpenOffice can take several hours.

The default build will produce a setup version (e.g. setup program on Windows, dmg on macOS, rpm and deb packages on Linux) and an archived version.
The output can be found in the directory in instsetoo_native/<output_dir>/Apache_OpenOffice/...