Skip to content
Open
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion content/post/build-co-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ It requires what Collabora Online already requires and the additionally followin

Run `./autogen.sh`, then configure
```sh
./configure \
CC="ccache gcc-12" CXX="ccache g++-12" ./configure \
--enable-qtapp \
--with-lo-path=/path/to/core/instdir \
--with-lokit-path=/path/to/core/include \
Expand Down