From 3f782f3eecb9651875d06038f4d35cce733ca963 Mon Sep 17 00:00:00 2001 From: quambene Date: Sat, 31 Aug 2024 14:52:34 +0200 Subject: [PATCH] Add section to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f96399f..9e8d3e2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Rust bindings and SDK for the ELSTER Rich Client (ERiC) - [What is ERiC?](#what-is-eric) - [Requirements](#requirements) - [Rust bindings](#rust-bindings) + - [Select bindings](#select-bindings) - [Generate bindings](#generate-bindings) - [Test bindings](#test-bindings) - [Eric SDK](#eric-sdk) @@ -34,6 +35,8 @@ You need to have the shared library `libericapi.so` and the header file `ericapi ## Rust bindings +### Select bindings + The bindings are selected from the pre-generated bindings by specifying the environment variables `PATH_VENDOR`, `LIBRARY_NAME`, `LIBRARY_PATH`, `HEADER_FILE`, and `PLUGIN_PATH`. For example: