Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Solus Installation

Ikey Doherty edited this page Jun 12, 2015 · 4 revisions

Note: cve-check-tool is now in the Solus repository, under the same name. For versioned (non-git) releases, simply:

sudo eopkg it cve-check-tool

Install git

sudo eopkg it git

Clone the repository

git clone https://github.com/ikeydoherty/cve-check-tool.git

Install build dependencies

sudo eopkg it check-devel libjson-glib-devel curl-devel sqlite3-devel

Install build component:

sudo eopkg it -c system.devel

Change directory

cd cve-check-tool

Configure the project to install to /usr

./autogen.sh --prefix=/usr

Build the source (-j5 recommended)

make

Install it

sudo make install

Common issue:

configure.ac:9: error: required file './ltmain.sh' not found

Simply run libtoolize, and then re-run ./autogen.sh --prefix=/usr

Clone this wiki locally