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

https://github.com/plugarut/vectorxpress


https://github.com/plugarut/vectorxpress

Last synced: 3 months ago
JSON representation

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
```