xo-umbrella2/xo-webutil
Roland Conybeare afbc21d143 Add 'xo-webutil/' from commit '8e75838950'
git-subtree-dir: xo-webutil
git-subtree-mainline: 86cd0a812b
git-subtree-split: 8e75838950
2025-05-11 14:48:17 -05:00
..
.github/workflows Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05:00
cmake Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05: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