mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
Linux
make
Android
Make sure you have podman installed. Then run make android.
To debug any issues, you can enter an interactive terminal using:
podman run -v $(pwd):/root/dw -it apk bash
Debugging Missing Symbols (note to self)
"hb_ft_font_create_referenced"
nm libharfbuzz_rs-5d6b743170eb0207.rlib | grep hb_ | less