xo-umbrella2/xo-webutil
Roland Conybeare 557df985af
Some checks failed
CI / smoke-test (push) Failing after 1h12m21s
.forgejo workflow: + xo-(py)webutil + xo-(py)printjson
2026-06-03 09:06:17 -04:00
..
.github/workflows Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05:00
cmake .forgejo workflow: + xo-(py)webutil + xo-(py)printjson 2026-06-03 09:06:17 -04:00
include/xo/webutil Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05:00
src/webutil Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05:00
.gitignore Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05:00
CMakeLists.txt Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05:00
README.md Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05:00

webutil library

Getting Started

build + install dependencies

clone repo

$ git clone git@github.com:Rconybea/xo-webutil.git

build and install

$ cd xo-webutil
$ BUILDDIR=build     # for example
$ mkdir $BUILDDIR
$ cd $BUILDDIR
$ PREFIX=/usr/local  # for example
$ cmake -DCMAKE_MODULE_PATH=${PREFIX}/share/cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
$ make
$ make install

LSP support

$ cd xo-webutil
$ ln -s $BUILDDIR/compile_commands.json