4
1
mirror of https://github.com/pfloos/quack synced 2024-07-05 02:46:01 +02:00
quack/libxc-tools/install_libxc.sh

11 lines
216 B
Bash
Raw Normal View History

2020-10-12 14:25:30 +02:00
#!/bin/bash
2020-10-13 13:44:24 +02:00
###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
2020-10-12 14:25:30 +02:00
./configure --prefix=$QUACK_ROOT
make
make check
make install