We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92597b commit 8b1131cCopy full SHA for 8b1131c
README.md
@@ -19,7 +19,8 @@ The following packages are available:
19
# Required openSUSE apps: zypper install -y libtool make autoconf automake dbus-1-devel gcc
20
# Required Gentoo apps 1: emerge sys-devel/libtool sys-devel/make sys-devel/autoconf
21
# Required Gentoo apps 2: emerge sys-devel/automake sys-devel/gcc
22
-# Source, use your version: svn export svn://svn.zabbix.com/tags/3.2.7 /usr/src/zabbix
+# Source, use your version:
23
+# git clone https://git.zabbix.com/scm/zbx/zabbix.git --depth 1 --single-branch --branch 4.2.6 /usr/src/zabbix
24
./autogen.sh
25
./configure --with-zabbix=/usr/src/zabbix
26
make
0 commit comments