- clone tsduck
git clone https://github.com/tsduck/tsduck.git
- Important checkout to older version of tsduck
git checkout 761a21ed96ef66c609d031abd4667f6f37db348e
- You need Ruby version >3. Do the following:
wget http://ftp.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6.tar.gz
tar -xzvf ruby-3.3.6.tar.gz
cd ruby-3.3.6
./configure --disable-install-doc
make -j
sudo make install