From 7161a700cbd7544e06759bab2c57e5f29e10273d Mon Sep 17 00:00:00 2001 From: James Addison Date: Wed, 18 Mar 2020 12:47:36 +0000 Subject: [PATCH] Extract platform-specific installation notes --- doc/quick-install.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/quick-install.md b/doc/quick-install.md index a1271dd76..232495a51 100644 --- a/doc/quick-install.md +++ b/doc/quick-install.md @@ -13,14 +13,16 @@ Systems running the following versions are supported by this guide: To check the operating system available, you can run `cat /etc/issue` at the command-line. -Debian Wheezy and other older systems may require additional things to be done. Specifically for Wheezy, [libc needs to be updated](http://lists.jitsi.org/pipermail/users/2015-September/010064.html). - -On Ubuntu systems, some Jitsi dependencies require installation from Ubuntu's `universe` package repository. To ensure this is enabled, run `sudo apt-add-repository universe` at the command-line. - N.B.: All commands are supposed to be run by root. If you are logged in as a regular user with sudo rights, please prepend ___sudo___ to each of the commands. +### Platform-specific notes + +On Debian Wheezy, [libc needs to be updated](http://lists.jitsi.org/pipermail/users/2015-September/010064.html). + +On Ubuntu systems, some Jitsi dependencies require installation from Ubuntu's `universe` package repository. To ensure this is enabled, run `apt-add-repository universe` at the command-line. + ## Basic Jitsi Meet install ### Add the domain name to `/etc/hosts`