Installation

Python Package

Install via pip, then use as documented here

pip install lingodb

Docker Image

Either use the

The docker image then contains all the command line tools under /build/lingodb/

Building from source

  1. Ensure you have a machine with sufficient compute power and space
  2. Make sure that you have the following build dependencies installed:
    1. Python3.10 or higher
    2. standard build tools, including cmake and Ninja
  3. Build LingoDB
    • Debug Version : make build-debug (will create binaries under build/lingodb-debug)
    • Release Version : make build-release (will create binaries under build/lingodb-release)
  4. Run test: make run-test