Skip to content

Commit 2513da0

Browse files
docs: adds info about nix builds
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 76395ad commit 2513da0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Requires `libsqlite-dev` and `libcurl4-gnutls-dev`, both compiled against `glibc
1818
./gradlew packageLinuxX64
1919
```
2020

21+
If you are on a system with a different glibc, try to use nix and build phoenixd inside the shell that you can create with the command `nix-shell .nix/shell.nix`.
22+
2123
### Native MacOS x64
2224
```shell
2325
./gradlew packageMacOSX64
@@ -31,4 +33,4 @@ Requires `libsqlite-dev` and `libcurl4-gnutls-dev`, both compiled against `glibc
3133
### JVM
3234
```shell
3335
./gradlew distZip
34-
```
36+
```

0 commit comments

Comments
 (0)