Open
Description
Mint 21 pulls an very old version of FLAC and I don't think it will be updated anytime soon Ubuntu repos wise.
(I had to make a post on reddit about this as vhs-decode users heavily use FLAC for FM RF archival capture compression (40msps 8-bit / 10-bit / 12-bit data mostly, as current docs lost lamb users who are used to it being installed by package managers)
Installation and Build Steps
- Remove Existing FLAC Installation:
sudo apt-get remove flac libflac-dev
- Clone the FLAC Repository:
git clone https://github.com/xiph/flac.git
cd flac
git checkout tags/1.5.0 -b 1.5.0
- Install Required Dependencies:
sudo apt-get install build-essential autoconf automake libtool pkg-config cmake curl pandoc graphviz
- Create a Build Directory:
mkdir build
cd build
- Configure the Build with
cmake
:
- If you want to include man pages:
cmake ..
- If you want to build without man pages:
cmake -DINSTALL_MANPAGES=OFF ..
- Compile the Code:
make
- Install FLAC:
sudo make install
Metadata
Metadata
Assignees
Labels
No labels
Activity