Copy Widget resources into your local library folder. You only need to do this when libWidget.rsrc changes and it doesn't change that often.
* % cp widget/src/mac/nsMacWidget.rsrc ~/Library/libWidget.rsrc
5. This will create a package file for you in mozilla/dist called Mozilla[Debug].app. Double-click it and you'll be on your wa
However, when I do this, this is the prompt I get:
cp widget/src/mac/nsMacWidget.rsrc~/Library/libWidget.rsrc
usage: cp [-R [-H | -L | -P]] [-f | -i] [-p] src target
cp [-R [-H | -L | -P]] [-f | -i] [-p] src1 ... srcN directory
Which of these options should I use to finish the installation? I'm in the Mozilla directory...should I just be in my own root directory? Thanks.
