mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
Add README.md with (very) basic instructions
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Inköpslista
|
||||
|
||||
## Building
|
||||
|
||||
### Desktop
|
||||
```
|
||||
cd gui/
|
||||
cargo run --release
|
||||
```
|
||||
|
||||
### Web
|
||||
Use the Dockerfile.
|
||||
|
||||
```
|
||||
docker build . -t <tag>
|
||||
```
|
||||
|
||||
### Android
|
||||
First, install an Android SDK and NDK, for example using Android Studio.
|
||||
SDK 35 (Android 15) is known to work. NDK 29 is known to work.
|
||||
|
||||
```
|
||||
cd gui/
|
||||
cargo apk build --target aarch64-linux-android --lib --release
|
||||
```
|
||||
Reference in New Issue
Block a user