Skip to main content
Version: 0.0.3

Installation

Binaries

On the Release Page, you can find pre-built binaries for Linux/AMD64. These binaries only depend on standard libraries (libpthread,librt,libstdc++,libm,libgcc,libc) and can be run on most Linux systems.

Python Package

Install via pip, then use as documented here

pip install lingodb

Building from source

  1. Ensure you have a machine with sufficient compute power and space
  2. Make sure that you have the all dependencies installed
  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)