Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 993 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 993 Bytes

Kotlin License

phoenixd

phoenixd is the server equivalent of the popular phoenix wallet for mobile. It is written in Kotlin Multiplatform and runs natively on Linux, MacOS (x86 and ARM), and Windows (WSL).

Build

Native Linux/WSL x64

Requires libsqlite-dev and libcurl4-gnutls-dev, both compiled against glibc 2.19.

./gradlew linuxX64DistZip

Native MacOS x64

./gradlew macosX64DistZip

Native MacOS arm64

./gradlew macosArm64DistZip

JVM

./gradlew distZip