https://github.com/colinkiama/sage
Vala Learning Environment
https://github.com/colinkiama/sage
Last synced: 10 months ago
JSON representation
Vala Learning Environment
- Host: GitHub
- URL: https://github.com/colinkiama/sage
- Owner: colinkiama
- Created: 2021-11-15T22:13:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:35:56.000Z (about 2 years ago)
- Last Synced: 2025-01-14T07:32:39.317Z (12 months ago)
- Language: Vala
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```