[ADD] ArchLinux line to explain how to install dependancies

master
Olivier DOSSMANN 2016-05-11 18:22:27 +02:00
parent 4d0f3a0fb2
commit 80de95a0a0
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ init() {
fi
cd "$PROJECT_DIR"
# On Fedora 23: gcc postgresql-devel python3-devel python-virtualenv git-core python3-pip redhat-rpm-config gmp-devel
# On ArchLinux: base-devel postgresql-libs python python-virtualenv git python-pip
sudo apt-get install -qq libpq-dev python3-dev python-virtualenv git-core python3-pip || error_and_quit "Dependancies installation failed."
info "Dependancies via apt-get checked/installed."
if ! test -d "$GISSMO_DIR/.git/"; then