Command explanations mv ../gpc231/gpc.* external/gpc : Copy the gpc files to the appropriate location. autoconf : Recreate configure since we have patched configure.in --with-lang=ENUS : Compile for US English, you may set more languages or all to compile all available languages. mkdir -p solver... chmod +x solenv/bin/zipdep.pl : Workarounds to fix the build process. ./bootstrap : Create packages required to bootstrap the build. dmake : Compile the package. for appl in swriter scalc sdraw simpress smath soffice; do ... : Create links so that the package can be started from the command line without changes to the existing path.