Skip to content

Commit

Permalink
2024-04-22 Fred Gleason <[email protected]>
Browse files Browse the repository at this point in the history
	* Added an 'Ubuntu 24.04 LTS' section to 'INSTALL'.

Signed-off-by: Fred Gleason <[email protected]>
  • Loading branch information
ElvishArtisan committed Apr 22, 2024
1 parent 2619f77 commit 8e08dad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -24707,3 +24707,5 @@
directory after use.
2024-04-11 Fred Gleason <[email protected]>
* Added a 'tempdir_test' test harness.
2024-04-22 Fred Gleason <[email protected]>
* Added an 'Ubuntu 24.04 LTS' section to 'INSTALL'.
20 changes: 19 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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=<optional-gcc-flags>

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

Expand Down

0 comments on commit 8e08dad

Please sign in to comment.