|
|
|
|
|
by bravetraveler
1047 days ago
|
|
If on Fedora, you can give it a whirl like so: cd $(mktemp -d)
fedpkg clone -a -b f38 libreoffice && cd libreoffice
fedpkg mockbuild
This requires the 'fedpkg' and 'mock' packages be installed, and that your user is in the 'mock' groupCompiling is one of many benchmarks I do, lol Edit: note for posterity -- the branch will change as time goes by. Fedora 38 is the current release, so f38 is used. The source for the code and the target for the build don't have to match. Look into different 'mock roots' at /etc/mock/*.cfg |
|