This repository contains scripts for building the libreoffice voikko extension for windows and macOS.
https://gtsvn.uit.no/langtech/trunk/giella-libs/LibreOffice-voikko/5.0
- Powershell
- InnoSetup unicode
# build by setting the following environment variables
# to their respective values and then run the build
# script in the win folder
$Env:DIVVUN_KEY = ".."
$Env:PFX_PASSWORD = ".."
cd win
build.ps1
The easiest way is to install the XCode developer tools.
- pkgutil
- pkgbuild
- productbuild
- productsign
# build by setting the following environment variables
# to their respective values and then run the build
# script in the macos folder
export DIVVUN_KEY=".."
cd macos
sh build.sh