view contrib/nightly_tests/prereqs.opensuse @ 1539:d25ce064c667

Correctly fix compiler warnings ASSERT() is only used #ifndef NDEBUG not #ifdef DEBUG Fixes Debug build.
author Luke Mewburn <luke@mewburn.net>
date Thu, 30 Apr 2020 15:24:47 +1000
parents c7658535dc54
children
line wrap: on
line source

# OpenSUSE packages names of dependencies for nightly tests (using "zypper install <packages>"):
# zypper install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.opensuse -O - | grep -v -e "^#"`
cmake mercurial make gcc gcc-c++ flex bison lksctp-tools-devel libgnutls-devel libgcrypt-devel
postgresql-server postgresql-devel libmysqlclient-devel libxml2-devel swig python-devel

# Afterwards, you may need to issue the following command so that postgresql starts at boot: 
#  insserv postgresql
# or for open Suse 12.x:
#  systemctl enable postgresql.service
"Welcome to our mercurial repository"