You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install: Enhance CI and distro support and portability.
* Add support for SUSE Linux and Arch Linux
* Use $AST_MAKE everywhere instead of make directly.
* Fix res_irc compilation if OpenSSL unavailable.
* Add CI for Ubuntu, Fedora, Rocky Linux, openSUSE, Arch Linux,
and FreeBSD. This more thoroughly tests DAHDI compilation on
a variety of kernels and distros, and also provides a variety
of gcc versions which can catch more code issues earlier.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -140,9 +140,11 @@ To install with DAHDI, run `phreaknet install --dahdi` (add `--drivers` to also
140
140
141
141
For a guided, interactive installation, you can also run `phreaknet wizard`. The wizard will determine what installation options are best for you, based on your preferences.
142
142
143
-
PhreakScript must be run as root, even if Asterisk does not run as root.
143
+
PhreakScript must be run as root, even if Asterisk will not be installed to run as root.
144
144
145
-
PhreakScript is primarily supported on Debian-based Linux systems. Support has also been added for FreeBSD. Pull requests to add support for other Linux distros or BSD are welcome.
145
+
PhreakScript is primarily supported on Debian-based Linux systems, and DAHDI and Asterisk are best supported on these platforms.
146
+
Limited support is available for other Linux distros (Fedora, RHEL, Rocky Linux, SUSE, Arch Linux, etc.).
147
+
Extremely limited support exists for FreeBSD, and BSDs (and UNIX in general) are not recommended for running Asterisk/DAHDI - use Linux instead if possible.
0 commit comments