xo-umbrella2/xo-pyutil/README.md
Roland Conybeare 2b87e58d1e git subrepo clone git@github.com:Rconybea/xo-pyutil.git xo-pyutil
subrepo:
  subdir:   "xo-pyutil"
  merged:   "dfd5229b"
upstream:
  origin:   "git@github.com:Rconybea/xo-pyutil.git"
  branch:   "main"
  commit:   "dfd5229b"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:31:02 -04:00

566 B

pybind11 utilities for XO projects

Getting Started

build + install dependencies

to build + install locally

$ cd xo-pyutil
$ mkdir build
$ cd build
$ PREFIX=/usr/local # for example
$ cmake -DCMAKE_MODULE_PATH=${PREFIX}/share/cmake -DCMAKE_PREFIX_PATH=$(PREFIX) -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
$ make
$ make install

LSP support

$ cd xo-pyutil
$ ln -s build/compile_commands.json  # lsp will look for compile_commands.json in the root of the source tree