Skip to content

Commit

Permalink
docs: adds info about nix builds
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Mar 28, 2024
1 parent 0740166 commit 856f177
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Requires `libsqlite-dev` and `libcurl4-gnutls-dev`, both compiled against `glibc
./gradlew packageLinuxX64
```

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`.

### Native MacOS x64
```shell
./gradlew packageMacOSX64
Expand All @@ -31,4 +33,4 @@ Requires `libsqlite-dev` and `libcurl4-gnutls-dev`, both compiled against `glibc
### JVM
```shell
./gradlew distZip
```
```

0 comments on commit 856f177

Please sign in to comment.