Changeset 535
- Timestamp:
- 04/20/07 04:47:04 (2 years ago)
- Files:
-
- trunk/docs/README.macosx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/README.macosx
r515 r535 23 23 ================== 24 24 25 * Note that you need Admin priviledges, to make PKG 26 25 27 * Install the software to the Package Contents Root: 26 28 … … 45 47 * The name of the HFS+ disk image should be: "DSSS" 46 48 49 hdiutil create -srcfolder DSSS -fs HFS+ -format UDZO -ov dsss.dmg 50 47 51 * It should be "internet-enabled", to unpack itself 48 52 53 hdiutil internet-enable -yes dsss.dmg 54 55 Stand-alone rebuild 56 =================== 57 58 * Build the Universal Binary 59 60 make CXX="g++ -arch ppc -arch i386" 61 62 * Strip out debugging symbols 63 64 strip -S rebuild 65 66 * Make HTML manpage version (optional) 67 68 man2html <rebuild.1 >rebuild.1.html 69 touch -r rebuild.1 rebuild.1.html 70 71 * Archive the distribution 72 73 zip -r -y rebuild.zip rebuild rebuild.1* rebuild.conf dymoduleinit.d 74 zip -r -y rebuild.zip README InstallMe.command *.txt 75
