Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 154837d411 | |||
| c1acd2dfcb |
18
README.md
18
README.md
@@ -5,10 +5,10 @@ This is a companion-app for Warframe players on Linux, written in phython and GT
|
||||
## Features
|
||||
|
||||
- Manage a persistent list of which Basic and Prime warframes you own to help you plan what to get next!
|
||||
- Wishlist missing frames and track which parts you own and where to get the missing ones!
|
||||
|
||||
## Planned
|
||||
|
||||
- Overview of needed parts, with ability to select which are already acquired, what is needed to craft them, and where/how to optain them.
|
||||
- Overview of which frames have been subsumed.
|
||||
- Overview of which relics to prioritize based on which frames are missing or a wishlist of priority frames. (Potentially also integrate market data?)
|
||||
- Support for weapons.
|
||||
@@ -21,7 +21,21 @@ Ideally, cloning the repo and opening with GNOME Builder will have the best resu
|
||||
$ git clone https://git.valhrafnaz.gay/valhrafnaz/VoidManifest.git
|
||||
```
|
||||
|
||||
Alternatively, you can run ninja yourself.
|
||||
Alternatively, you can build the project yourself.
|
||||
|
||||
```
|
||||
$ cd VoidManifest
|
||||
$ meson setup builddir
|
||||
$ meson compile -C builddir
|
||||
```
|
||||
|
||||
To be able to run the executable `./builddir/src/voidmanifest`, you must install the project with meson:
|
||||
|
||||
```
|
||||
$ meson install -C builddir
|
||||
```
|
||||
|
||||
Note that only the flatpak version of the program is supported, all issues referencing local installations will be deleted.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user