From 8e08dad4a4bd8fd55b6c064c687961479853a343 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 22 Apr 2024 12:42:22 -0400 Subject: [PATCH] 2024-04-22 Fred Gleason * Added an 'Ubuntu 24.04 LTS' section to 'INSTALL'. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ INSTALL | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2740bde65..562859e22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24707,3 +24707,5 @@ directory after use. 2024-04-11 Fred Gleason * Added a 'tempdir_test' test harness. +2024-04-22 Fred Gleason + * Added an 'Ubuntu 24.04 LTS' section to 'INSTALL'. diff --git a/INSTALL b/INSTALL index 4882a6832..e07f6563b 100644 --- a/INSTALL +++ b/INSTALL @@ -326,7 +326,25 @@ be done by means of the following commands: sudo systemctl restart apache2 -6) Debian 11 "Bullseye" +6) Ubuntu 24.04 LTS + +Required build packages: apache2 libexpat1-dev libexpat1 libid3-dev libcurl4-gnutls-dev libcoverart-dev libdiscid-dev libmusicbrainz5-dev libcdparanoia-dev libsndfile1-dev libpam0g-dev libvorbis-dev python3 python3-pycurl python3-pymysql python3-serial python3-requests libsamplerate0-dev qtbase5-dev libqt5sql5-mysql libqt5webkit5-dev libsoundtouch-dev libsystemd-dev libjack-jackd2-dev libasound2-dev libflac-dev libflac++-dev libmp3lame-dev libmad0-dev libtwolame-dev docbook5-xml libxml2-utils docbook-xsl-ns xsltproc fop make g++ libltdl-dev autoconf automake libssl-dev libtag1-dev qttools5-dev-tools debhelper openssh-server autoconf-archive gnupg pbuilder ubuntu-dev-tools apt-file hpklinux-dev libmagick++-dev + +Configure script invocation: ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/var/www/rd-bin --sysconfdir=/etc/apache2/conf-enabled --enable-rdxport-debug MUSICBRAINZ_LIBS="-ldiscid -lmusicbrainz5cc -lcoverartcc" + +Environmental variables: + DOCBOOK_STYLESHEETS=/usr/share/xml/docbook/stylesheet/docbook-xsl-ns + DEBUILD_MAKE_ARGS= + +Apache Web Server Configuration: CGI processing must be enabled. This can +be done by means of the following commands: + + sudo ln -sf ../mods-available/cgid.conf /etc/apache2/mods-enabled/cgid.conf + sudo ln -sf ../mods-available/cgid.load /etc/apache2/mods-enabled/cgid.load + sudo systemctl restart apache2 + + +7) Debian 11 "Bullseye" Required build packages: autoconf automake libtool g++ qtbase5-dev libqt5sql5-mysql qttools5-dev-tools libexpat1 libexpat1-dev libssl-dev libsamplerate-dev libsndfile-dev libcdparanoia-dev libcoverart-dev libdiscid-dev libmusicbrainz5-dev libid3-dev libtag1-dev libcurl4-gnutls-dev libpam0g-dev libsoundtouch-dev docbook5-xml libxml2-utils docbook-xsl-ns xsltproc fop make libsystemd-dev libjack-jackd2-dev libasound2-dev libflac-dev libflac++-dev libmp3lame-dev libmad0-dev libtwolame-dev python3 python3-pycurl python3-pymysql python3-serial python3-requests libmagick++-dev debhelper