4
1
mirror of https://github.com/pfloos/quack synced 2024-07-17 00:20:37 +02:00
quack/libxc-tools/install_libxc.sh
2020-10-13 13:44:24 +02:00

11 lines
216 B
Bash
Executable File

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