RSSAmplifier

Blog

Neil’s blog

A tech blog about LibreOffice development written by Neil Roberts

busydoingnothing.co.ukRSS feed ↗1 posts

Latest posts

Creating a universal binary for an extension for LibreOffice

Over the weekend I released a second extension for LibreOffice. It is again written in C++ so it needs to a have a platform-specific shared library inside in order to work. I went through the extra effort to try and build versions of it for the three main platforms that LibreOffice supports, ie, Linux, macOS and Windows. I also did the same for my first extension and later on someone filed a bug…