Closed GoogleCodeExporter closed 9 years ago
try this:
$cd sacd-ripper/tools/sacd_extract/
$cmake .
$make
Original comment by mike2718
on 13 Sep 2013 at 1:43
To compile the source code must be placed in /root. Not in the user directory.
For example:
sudo su [password]
#cd
#svn checkout http://sacd-ripper.googlecode.com/svn/trunk/ sacd-ripper
#cd sacd-ripper/tools/sacd_extract/
#cmake .
#make
works on ubuntu 14.04
Original comment by mpd.hw...@gmail.com
on 2 Oct 2014 at 5:30
Attachments:
Must move the generated binary eg: /usr/local/bin
Original comment by mpd.hw...@gmail.com
on 2 Oct 2014 at 5:41
Confirmed that the suggested procedure works fine, on Debian 7.0 Wheezy even.
I tested like this:
sacd_extract -I -i192.168.1.101:2002
And the resulting file was fine.
Think you can close this one. It would be nice to hack the cmake file so that
it built elsewhere and had a "make install" target, but now that the procedure
is documented I don't think it matters much.
Original comment by gregs1...@gmail.com
on 1 Nov 2014 at 12:02
Procedure documented in the main readme as of r396, closing.
Original comment by gregs1...@gmail.com
on 11 Nov 2014 at 12:30
Thanks to your guides I could compile sacd_extract (r397) on my Ubuntu
10.04.4-i386. However, during the compilation I got some warning messages
('implicit declaration of function...' and 'passing argument...') and the
resulted file was 160 kB. The Windows version of sacd_extract is ca. 900 kB.
Neverteless, my sacd_extract seems to be correctly working on both iso ripping
and extracting. I wonder if my compiled version is missing something? What do
you think?
Original comment by gr...@index.hu
on 7 Dec 2014 at 11:29
Attachments:
Original issue reported on code.google.com by
henry...@gmail.com
on 11 Sep 2013 at 11:15