Skip to content

Commit

Permalink
Update links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david-bouyssie authored Jan 21, 2025
1 parent ed45917 commit d378f36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ To use in `sbt`, replace `x.y.z` with the latest version number (currently 0.1.0

If you are not familiar with Scala Native, please follow the relative [Getting Started](https://scala-native.readthedocs.io/en/latest/user/setup.html) instructions.

Additionally, you need to install [LIBMDBX](https://erthink.github.io/libmdbx/usage.html) on your system as follows:
Additionally, you need to install [LIBMDBX](https://gitflic.ru/project/erthink/libmdbx) on your system as follows:

```
git clone https://github.com/erthink/libmdbx.git ../libmdbx --branch v0.7.0
git clone https://gitflic.ru/project/erthink/libmdbx.git ../libmdbx --branch v0.7.0
make -C ../libmdbx dist
```

Expand All @@ -41,7 +41,7 @@ nativeLinkingOptions ++= Seq("-L" ++ baseDirectory.value.getAbsolutePath() ++ "/
```

## Useful links:
* [LIBMDBX Github](https://github.com/erthink/libmdbx)
* [LIBMDBX documentation](https://erthink.github.io/libmdbx/)
* [LIBMDBX Github](https://gitflic.ru/project/erthink/libmdbx)
* [LIBMDBX documentation](https://libmdbx.dqdkfa.ru/)
* [MDBX JNI Github](https://github.com/castortech/mdbxjni)
* [A blog article about a Rust wrapper for MDBX](https://rmw.link/log/2021-12-21-mdbx.html)
* [A blog article about a Rust wrapper for MDBX](https://rmw.link/log/2021-12-21-mdbx.html)

0 comments on commit d378f36

Please sign in to comment.