The Dockerfile builds on windows x86, linux x86/arm and mac x86/arm. It uses a JVM build, which is simpler and more portable than native builds. --------- Co-authored-by: Seth For Privacy <40500387+sethforprivacy@users.noreply.github.com>
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
Requires libsqlite-dev
and libcurl4-gnutls-dev
, both compiled against glibc 2.19
.
./gradlew packageLinuxX64
Native MacOS x64
./gradlew packageMacOSX64
Native MacOS arm64
./gradlew packageMacOSArm64
JVM
./gradlew distZip
Description
Languages
Kotlin
95.8%
C++
3.4%
Dockerfile
0.8%