Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of dev/MacOSX


Ignore:
Timestamp:
Apr 29, 2005, 1:33:54 PM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/MacOSX

    v6 v7  
    2626
    2727=== Compiling ===
    28 Then compile and install by revoking
     28Then compile and install by revoking. You will have to be superuser to install the libraries (admin is not enough). To enable superuser login:
     29{{{
     30wraith user # sudo passwd root
     31}}}
     32this will set the password for the root account if you havnt done this before.
    2933{{{
    3034wraith user # ./configure
     35.
     36.
    3137wraith user # make
     38.
     39.
     40wraith user # su
     41.
     42.
    3243wraith user # make install
    3344}}}