Changes between Version 6 and Version 7 of dev/MacOSX
- Timestamp:
- Apr 29, 2005, 1:33:54 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/MacOSX
v6 v7 26 26 27 27 === Compiling === 28 Then compile and install by revoking 28 Then compile and install by revoking. You will have to be superuser to install the libraries (admin is not enough). To enable superuser login: 29 {{{ 30 wraith user # sudo passwd root 31 }}} 32 this will set the password for the root account if you havnt done this before. 29 33 {{{ 30 34 wraith user # ./configure 35 . 36 . 31 37 wraith user # make 38 . 39 . 40 wraith user # su 41 . 42 . 32 43 wraith user # make install 33 44 }}}