added compilation instructions
4 unresolved threads
4 unresolved threads
Merge request reports
Activity
assigned to @k204229
Hi @k204237,
I have one question regarding the releases. I pressume that the already precompiled
freva-ingest
at the releases is the one that should work with levante. However, while executing it, it says that it needs GLIBC_2.29 lib to work in levante.$ ./freva-ingest --version ./freva-ingest: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./freva-ingest)
So I end up compiling it everytime.
Do you mind adding these simple instructions to the README?
9 9 appropriate binary from the latest release for your OS and architecture (currently only x86_64 Linux is built 10 10 automatically), unzip the download, and place the binary in your `PATH`. 11 11 12 ## Compilation of the `freva-ingest` binary 13 14 In order to locally compile the binary you will need Rust's package manager 15 [cargo installed previously](https://doc.rust-lang.org/cargo/getting-started/installation.html). 16 Then, simply clone this repo and: 17 18 - for development: `make build`. The `freva-ingest` binary will be placed in `./target/debug/freva-ingest`. 9 9 appropriate binary from the latest release for your OS and architecture (currently only x86_64 Linux is built 10 10 automatically), unzip the download, and place the binary in your `PATH`. 11 11 12 ## Compilation of the `freva-ingest` binary 13 14 In order to locally compile the binary you will need Rust's package manager 15 [cargo installed previously](https://doc.rust-lang.org/cargo/getting-started/installation.html). These instructions are probably better https://www.rust-lang.org/tools/install
9 9 appropriate binary from the latest release for your OS and architecture (currently only x86_64 Linux is built 10 10 automatically), unzip the download, and place the binary in your `PATH`. 11 11 12 ## Compilation of the `freva-ingest` binary 13 14 In order to locally compile the binary you will need Rust's package manager 15 [cargo installed previously](https://doc.rust-lang.org/cargo/getting-started/installation.html). 16 Then, simply clone this repo and: 17 18 - for development: `make build`. The `freva-ingest` binary will be placed in `./target/debug/freva-ingest`. 19 - for production: `make release` for an optimized compilation. The `freva-ingest` binary will be placed in 9 9 appropriate binary from the latest release for your OS and architecture (currently only x86_64 Linux is built 10 10 automatically), unzip the download, and place the binary in your `PATH`. 11 11 12 ## Compilation of the `freva-ingest` binary
Please register or sign in to reply