Skip to content

Commit 63a27f7

Browse files
committed
Update build instructions
1 parent bc36b2a commit 63a27f7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.gemini

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,22 @@ nix-build nix/default.nix
4343
```
4444

4545
### General build instructions
46-
Clone this repo.
47-
4846
Install these development packages:
4947
- gtk4
5048
- glib
5149
- rust (with cargo)
5250
- openssl
5351
- pkg-config
52+
- meson
53+
54+
Clone, compile, install.
5455

55-
Then you can compile and run.
5656
```sh
57-
cargo build
58-
./target/release/geopard
57+
git clone https://github.com/ranfdev/Geopard.git
58+
cd Geopard
59+
meson --prefix=/usr build
60+
ninja -C build
61+
sudo ninja -C build install
5962
```
6063

6164
## Authors

0 commit comments

Comments
 (0)