syntax trees for Schematika parser
  • C++ 95.6%
  • CMake 4.4%
Find a file
2023-10-11 18:26:49 -04:00
cmake initial implementation 2023-10-11 18:26:49 -04:00
include/xo/webutil initial implementation 2023-10-11 18:26:49 -04:00
CMakeLists.txt initial implementation 2023-10-11 18:26:49 -04:00
README.md initial implementation 2023-10-11 18:26:49 -04:00

webutil library (header-only)

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