chienbv / sacd-ripper

Automatically exported from code.google.com/p/sacd-ripper
GNU General Public License v2.0
0 stars 0 forks source link

Linux Install #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am attempting to install sacd-extract on headless Debian Linux Mint. 

I am getting an error from cmake. What maybe the cause of this issue? Do I also 
require PSL1GHT if I am not installing for PS3?

Here's my process so far :

henry@audio ~/ $ svn checkout http://sacd-ripper.googlecode.com/svn/trunk/ 
sacd-ripper
henry@audio ~ $ cd sacd-ripper/
henry@audio ~/sacd-ripper $ cmake .
CMake Error: The source directory "/home/henry/sacd-ripper" does not appear to 
contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Original issue reported on code.google.com by henry...@gmail.com on 11 Sep 2013 at 11:15

GoogleCodeExporter commented 9 years ago
try this:

$cd sacd-ripper/tools/sacd_extract/
$cmake .
$make

Original comment by mike2718 on 13 Sep 2013 at 1:43

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
Must move the generated binary eg: /usr/local/bin

Original comment by mpd.hw...@gmail.com on 2 Oct 2014 at 5:41

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Procedure documented in the main readme as of r396, closing.

Original comment by gregs1...@gmail.com on 11 Nov 2014 at 12:30

GoogleCodeExporter commented 9 years ago
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: