[ADD] ArchLinux line to explain how to install dependancies
This commit is contained in:
parent
4d0f3a0fb2
commit
80de95a0a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user