Documentation for CUBRID tools.
| Directory | Project |
|---|---|
ca-manual |
CUBRID Admin |
cmt-manual |
CUBRID Migration Toolkit |
- Python 3.14 (install the
venvmodule separately if it is not bundled) - System packages for WeasyPrint:
pango,cairo,gdk-pixbuf2
From the repository root, set up a virtual environment once:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtThen build a manual (use cmt-manual for the other):
make ca-manualmake html builds both. The HTML output is written to <manual>/_build/html/.