https://github.com/plugarut/vectorxpress
https://github.com/plugarut/vectorxpress
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plugarut/vectorxpress
- Owner: PlugaruT
- License: lgpl-3.0
- Created: 2018-04-13T20:49:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T20:50:40.000Z (about 8 years ago)
- Last Synced: 2025-03-06T18:17:24.901Z (over 1 year ago)
- Language: Vala
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
## Building and Installation
You'll need the following dependencies:
```
libglib2.0-dev
libgranite-dev
libgtk-3-dev
meson
valac
```
Run `meson` to configure the build environment and then `ninja` to build
```
meson build --prefix=/usr
cd build
ninja
```
To install, use `ninja install`
```
sudo ninja install
```