Installation
Python Package
Install via pip, then use as documented here
pip install lingodb
Docker Image
Either use the
- prebuilt docker image
- or build the docker image yourself using
make build-docker
The docker image then contains all the command line tools under /build/lingodb/
Building from source
- Ensure you have a machine with sufficient compute power and space
- Make sure that you have the following build dependencies installed:
- Python3.10 or higher
- standard build tools, including
cmake
andNinja
- Build LingoDB
- Debug Version :
make build-debug
(will create binaries underbuild/lingodb-debug
) - Release Version :
make build-release
(will create binaries underbuild/lingodb-release
)
- Debug Version :
- Run test:
make run-test