From 80de95a0a0f337e1dc68e2b5db697a199d217b27 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 11 May 2016 18:22:27 +0200 Subject: [PATCH] [ADD] ArchLinux line to explain how to install dependancies --- launch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/launch.sh b/launch.sh index 5af7f93..f19343e 100755 --- a/launch.sh +++ b/launch.sh @@ -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