forked from clearlinux/cve-check-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
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
configure.ac:9: error: required file './ltmain.sh' not found
Simply run libtoolize, and then re-run ./autogen.sh --prefix=/usr