Changeset 535

Show
Ignore:
Timestamp:
04/20/07 04:47:04 (2 years ago)
Author:
afb
Message:

updated Mac OS X docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/README.macosx

    r515 r535  
    2323================== 
    2424 
     25* Note that you need Admin priviledges, to make PKG 
     26 
    2527* Install the software to the Package Contents Root: 
    2628 
     
    4547* The name of the HFS+ disk image should be: "DSSS" 
    4648 
     49    hdiutil create -srcfolder DSSS -fs HFS+ -format UDZO -ov dsss.dmg 
     50 
    4751* It should be "internet-enabled", to unpack itself 
    4852 
     53    hdiutil internet-enable -yes dsss.dmg 
     54 
     55Stand-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