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