mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-16 08:23:04 +00:00
desktop: build nanohttpd from a submodule (#7396)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user