Add support for building with meson and add flatpak template

This commit is contained in:
Bnyro
2023-06-25 20:25:20 +02:00
parent 7a293458b9
commit bfa01c8609
8 changed files with 178 additions and 1 deletions

View File

@@ -62,6 +62,13 @@ sudo docker cp $(CONTAINER_ID):/root/lemoa/target/release/lemoa .
Once the build is done, there will be an executable `lemoa` binary file in your current directory, executing it starts Lemoa :tada:.
# Building with meson
```
meson _build
ninja -C _build
sudo ninja -C _build install
```
# License
Lemoa is licensed under the [**GNU General Public License**](https://www.gnu.org/licenses/gpl.html): You can use, study and share it as you want.