Fuse for macOS Code
Brought to you by:
fredm
File | Date | Author | Commit |
---|---|---|---|
FuseImporter | 2006-07-18 | fred | [r147] Get FuseImporter to recognise RLE pulse blocks ... |
bzip2 | 2006-07-06 | fred | [r122] Switch to 10.3.9/10.4 Universal binary of llibbz2. |
fuse | 2006-08-30 | fred | [r207] Restore rev 173 and move display_plot* over to ... |
lib765 | 2006-07-16 | fred | [r138] Merge up to libdsk-1.1.10 and lib765-0.3.4 |
libgcrypt | 2006-07-08 | fred | [r125] Add missing files from libgcrypt and lib765 |
libspectrum | 2006-07-18 | fred | [r146] Fix to allow loading of csw and raw files, add ... |
README | 2006-08-29 | fred | [r195] Rollback to rev 159 to eliminate the render div... |
FUSE for Mac OS X Source Distribution This is the source distribution of the Mac OS X version of Fuse. Full source is included for fuse and libspectrum, you will also need to download SDL (at least version 1.2.5, from <http://www.libsdl.org>). Your Mac is expected to be running OS X 10.4 with the Xcode development environment. The directory structure is expected to be: fuse/ FuseImporter SDL.framework fuse lib765 bzip2 libgcrypt libspectrum Full build instructions: Uncompress the source package, cd into the directory created, and put the SDL.framework in place. Then: cd bzip2 xcodebuild -configuration Deployment cd .. cd lib765 xcodebuild -configuration Deployment cd .. cd libgcrypt xcodebuild -configuration Deployment cd .. cd libspectrum xcodebuild -configuration Deployment cd .. cd FuseImporter xcodebuild -configuration Deployment cd .. cd fuse/fusepb make xcodebuild If you have any problems you can email me at fredm@spamcop.net, and I look forward to your patches and bug fixes! Fred