mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Update the readme to include build instructions
This commit is contained in:
16
README.md
16
README.md
@@ -61,7 +61,21 @@ flatpak run io.github.flattool.Warehouse
|
||||
|
||||
### Compiling from Source
|
||||
|
||||
TODO
|
||||
Make sure `flatpak` and `git` are installed, then run the following to build from the repo:
|
||||
```bash
|
||||
# Clone this repo and enter it
|
||||
git clone https://github.com/flattool/warehouse
|
||||
cd warehouse
|
||||
|
||||
# Install build dependencies
|
||||
flatpak install org.flatpak.Builder org.gnome.Sdk//47 org.gnome.Platform//47 -y
|
||||
|
||||
# Build and install Warehouse
|
||||
flatpak run org.flatpak.Builder _build ./build-aux/io.github.flattool.Warehouse.json --install --user --force-clean
|
||||
|
||||
# Run Warehouse
|
||||
flatpak run io.github.flattool.Warehouse//master
|
||||
```
|
||||
|
||||
### Formatting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user