Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abiosoft/hello-elementary
quick start elementary OS application
https://github.com/abiosoft/hello-elementary
elementary-os meson vala
Last synced: 8 days ago
JSON representation
quick start elementary OS application
- Host: GitHub
- URL: https://github.com/abiosoft/hello-elementary
- Owner: abiosoft
- License: gpl-3.0
- Created: 2018-07-14T01:01:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T12:02:58.000Z (over 6 years ago)
- Last Synced: 2024-11-23T07:28:50.376Z (2 months ago)
- Topics: elementary-os, meson, vala
- Language: Vala
- Size: 42 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
hello-elementary
----------------Quick start elementary OS application. Check [official docs](https://elementary.io/en/docs/code/getting-started) for more about building for elementary OS.
## Prerequisite
elementary SDK
```
$ sudo apt install elementary-sdk
```[Optional] source code beautifier
```
$ sudo apt install uncrustify
```## Getting Started
### Terminal
```
$ git clone https://github.com/abiosoft/hello-elementary hello
$ cd hello
$ sh -c "meson build && cd build && ninja"
$ build/src/com.github.user.hello
```### Gnome Builder
Open cloned repository directory, or `App Menu > Clone Repository`.
includes:
* vala beautifer (compatible with [vala-lint](https://github.com/elementary/vala-lint))
* default flatpak config (for optional flatpak distribution)## Screenshot
![screenshot](screenshot.png)