Libre Office Development Environment (Setup)
Let's get into the topic without wasting any time. This blog will provide you tips and tricks to set up the development environment for those who want to contribute to libre office code.
Some documentations and reference sources to check before building.
Youtube video: https://youtu.be/whHBiTwstWI Watch Now
Documentation : https://wiki.documentfoundation.org/Development Read Docs
Some additional tricks:
On Windows
One of the most important things to do is install Visual Studios and all its components properly.
One of the quickest ways are
1. Instal Visual Studio Community Edition which is free form the official website.
2. Check the dependencies and select components individually on Installer UI.
Refer to https://wiki.documentfoundation.org/Development/BuildingOnWindows
3. You also need other components not mentioned in the documentations. For this, visit
https://git.libreoffice.org/core/+/refs/heads/master/.config/2022.vsconfig ,
https://learn.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2022
4. Create a .vsconfig file after installing the individual components mentioned in the wiki docs.
5. After creating .vsconfig, add the extra components from https://git.libreoffice.org/core/+/refs/heads/master/.config/2022.vsconfig
6. Import this changed .vsconfig file to install other components.
7. Then follow all intructions in the video and docs and you are good to go.
On MacOS, Older LInus, and Windows
Best way is to use LODE.
OS for faster build is Linux.
Comments
Post a Comment