- Download the latest BinChunker tar.gz file
- Open up your terminal program under /Applications/Utilities/Terminal.app
- Change directory to where you downloaded the BinChunker file. For this example do the following:
# cd ~/Downloads/ - To extract the file, perform the following:
# gzcat bchunk-1.2.0.tar.gz | tar -xvf - - To get the application running, perform the following:
# cd ./bchunk-1.2.0
# make
# cp -p bchunk /usr/local/bin/
# cp -p bchunk.1 /usr/share/man/man1/ - To convert the bin/cue to an ISO file, perform the following:
# cd ~/Downloads/iso-test
# bchunk test.bin test.cue test.iso
That is it! Now just mount the ISO with Disk Utility and you are ready to run your ISO. Good Luck.
No comments:
Post a Comment