Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/post/build-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ You need to clone it, run autoconf/automake, configure and build using GNU make.
Now clone the forked repo:
{{% common-build-commands section="clone-online" %}}

**Compiler note (openSUSE):**
GCC/G++ 12 or newer is required for building Collabora Online on openSUSE.
If your default compiler is older, run configure like this:

```bash
CC="ccache gcc-12" CXX="ccache g++-12" ./configure
```

{{% common-build-commands section="build-online" %}}

{{% common-build-commands section="run-unit-tests" %}}
Expand Down