An open API service indexing awesome lists of open source software.

https://github.com/colinkiama/sage

Vala Learning Environment
https://github.com/colinkiama/sage

Last synced: 10 months ago
JSON representation

Vala Learning Environment

Awesome Lists containing this project

README

          

# sage

Vala Learning Environment

## Building, Testing, and Installation

You'll need the following dependencies to build:
* libgtk-3-dev
* meson
* valac

Run `meson build` to configure the build environment and run `ninja` to build
```Bash
meson build --prefix=/usr
cd build
ninja
```
To install, use `ninja install`, then execute with `com.colinkiama.Sage`
```Bash
sudo ninja install
com.github.colinkiama.Sage
```