desktop: build nanohttpd from a submodule (#7396)

This commit is contained in:
sh
2026-08-20 13:43:09 +01:00
committed by GitHub
parent 0ec028a668
commit ca8a7eda69
9 changed files with 67 additions and 4 deletions
+9
View File
@@ -6,6 +6,15 @@ This is a guide to contributing to the develop of the SimpleX android and deskto
This is the **Kotlin Multiplatform (KMP)** mobile and desktop client for SimpleX Chat, sharing code between Android and Desktop (JVM) platforms using Compose Multiplatform for UI.
## Setup
The desktop app builds nanohttpd from a submodule, Android does not use it. Before building
the desktop app on a fresh checkout:
```bash
git submodule update --init --recursive
```
## Build Commands
```bash