Skip to content

Liquidsoap 2.2.5 build for Ubuntu 24.04.1 LTS? #4127

Discussion options

You must be logged in to vote

So you're using ubuntu:24.04 but don't want to use containers and want to use autocue.
May I ask you to share your installation script?

Here's a script I used on a clean VM

OPAM_VERSION=2.2.1;
OCAML_VERSION=4.14.2;
sudo apt-get update;
sudo apt-get dist-upgrade;
sudo apt-get install --no-install-recommends -y curl ca-certificates patch unzip bubblewrap git bzip2 gcc make libc6-dev g++;
sudo curl -sS -L -o /usr/local/bin/opam "https://github.com/ocaml/opam/releases/download/$OPAM_VERSION/opam-$OPAM_VERSION-x86_64-linux";
sudo chmod +x /usr/local/bin/opam;
opam init --bare -n;
opam switch create "$OCAML_VERSION";
eval $(opam env --switch="$OCAML_VERSION");
opam install --confirm-level=unsaf…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@NicoxDJ
Comment options

@vitoyucepi
Comment options

Answer selected by NicoxDJ
@NicoxDJ
Comment options

@NicoxDJ
Comment options

@vitoyucepi
Comment options

@vitoyucepi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4125 on September 11, 2024 03:26.