jevinskie / sacd-ripper-google-code

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

How To Extract on Mac Mavericks #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded sacd_extract for Mac
2. Create directory on Desktop putting sacd_extract file and iso file
3. Did not succeed using Terminal command to extract

What is the expected output? What do you see instead?
Command not found

What version of the product are you using? On what operating system?
Latest version of sacd_extract OSX

Please provide any additional information below.

Original issue reported on code.google.com by florentl...@gmail.com on 21 Nov 2013 at 8:00

GoogleCodeExporter commented 9 years ago
OS X will not run commands just because they are in your current directory.  
You need to either install the program in a system directory that's in your 
PATH, or put a "./" in front of the command instead.  "." is an abbreviation 
for the current directory.  Here's a working run from Mavericks showing how to 
call the program:

$ unzip ../sacd_extract_0.3.6_OS_X
Archive:  ../sacd_extract_0.3.6_OS_X.zip
  inflating: sacd_extract
  inflating: changelog.txt
$ ./sacd_extract --usage
Usage: sacd_extract [-2|--2ch-tracks] [-m|--mch-tracks] [-p|--output-dsdiff]
        [-e|--output-dsdiff-em] [-s|--output-dsf] [-I|--output-iso]
        [-c|--convert-dst] [-C|--export-cue] [-i|--input FILE] [-P|--print]
        [-?|--help] [--usage]

Original comment by gregs1...@gmail.com on 27 Oct 2014 at 11:15

GoogleCodeExporter commented 9 years ago

Original comment by gregs1...@gmail.com on 11 Nov 2014 at 1:03