Linux tip, Fedora tip / howto: compile 'grip' CD ripper for CentOS 6

 
Note that these tips are mostly outdated


back to notes and tips index

Try my online puzzle page with Calcudoku, Killer Sudoku and online Sudoku.

compile 'grip' CD ripper for CentOS 6

This turned out to be surprisingly easy.

This was done on CentOS 6.4 (kernel version 2.6.32-358, 64 bit).

Download the grip source from Sourceforge (version 3.3.1).

As root, run:
yum install libgnomeui-devel vte-devel libcurl-devel

After that, the usual steps:
tar zxvf grip-3.3.1.tar.gz
cd grip-3.3.1
./configure; make; make install


← back to notes and tips index
Please do not copy the text of this tip (© Patrick Min) to your web site.