19
edits
No edit summary |
|||
Line 63: | Line 63: | ||
===Adding variables to .profile=== | ===Adding variables to .profile=== | ||
1. | 1. Open Terminal application | ||
2. use vi/vim or your favourite editor | 2. use vi/vim or your favourite editor | ||
3. Add these variables to your profile | 3. Add these variables to your profile | ||
''export MOZSDKDIR=/opt/local/mozilla/" #from section 3 above | ''export MOZSDKDIR=/opt/local/mozilla/" #from section 3 above | ||
Line 70: | Line 72: | ||
''export NATIVE_TOPSRCDIR=<path to weave's source>'' | ''export NATIVE_TOPSRCDIR=<path to weave's source>'' | ||
''export PATH=$PATH:/usr/local/bin:<path to MOZSDKDIR's BIN directory>:'' | ''export PATH=$PATH:/usr/local/bin:<path to MOZSDKDIR's BIN directory>:'' | ||
4. Restart your terminals. | 4. Restart your terminals. | ||
edits