Apache openoffice

Clone this repo:
  1. 93ce5c2 libiconv should never be included.... we never use it and we don't need by Jim Jagielski · 2 weeks ago main
  2. ae06b4a We actually do need iconv by Jim Jagielski · 2 weeks ago
  3. e8aa5b9 More info on how we build our static libs by Jim Jagielski · 2 weeks ago
  4. 8d9d2ad Some additional build notes in the build scripts by Jim Jagielski · 2 weeks ago
  5. 88f1f81 Do not set in build script by Jim Jagielski · 2 weeks ago

Apache OpenOffice Developer Tools

Scripts that are helpful for developers who are building Apache OpenOffice from Source Code

Contents

TODO

History

This repository was cloned from a subversion repository.

  1. Created using self-service at https://gitbox.apache.org/boxer/?action=newrepo

  2. Cloned and pushed.

    # get the ASF authors map.
    curl https://gitbox.apache.org/authors.txt --output authors.txt
    # this clones the svn repository into git. You may need to install svn2git.
    # it takes almost three hours.
    git svn clone https://svn.apache.org/repos/asf/openoffice/devtools -A authors.txt
    cd devtools
    git remote add origin https://github.com/apache/openoffice-devtools.git
    git branch -M main
    # due to my setup I used GitHub Desktop for this next step.
    git push -u origin main