mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
Update README with build instructions and requirements
Added instructions for full build and requirements.
This commit is contained in:
@@ -218,6 +218,13 @@ Build and run the Desktop app (requires Java 21+):
|
||||
```bash
|
||||
./gradlew :desktopApp:run
|
||||
```
|
||||
Full build (including tests)
|
||||
```bash
|
||||
./gradlew build
|
||||
```
|
||||
Requirements:
|
||||
- Xcode and iOS simulator
|
||||
- libsodium installed (e.g. via brew: `brew install libsodium`
|
||||
|
||||
## Testing
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user