4
1
mirror of https://github.com/pfloos/quack synced 2024-06-14 17:25:33 +02:00
quack/libxc-tools/install_libxc.sh

10 lines
175 B
Bash
Executable File

#!/bin/bash
git clone --single-branch --branch master https://gitlab.com/libxc/libxc.git
cd libxc
autoreconf -i
./configure --prefix=$QUACK_ROOT
make
make check
make install