Difference between revisions of "How to run the application"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Running the application == | == Running the application == | ||
− | To run the application | + | To run the application will be slightly different depending on which operating system the user is using. Below are examples of how to run it on each operating system: |
− | + | ||
− | + | '''Windows''' | |
xulrunner.exe application.ini | xulrunner.exe application.ini | ||
− | + | '''Linux''' | |
xulrunner application.ini | xulrunner application.ini | ||
− | + | '''Mac''' | |
/Library/Frameworks/XUL.framework/xulrunner-bin application.ini | /Library/Frameworks/XUL.framework/xulrunner-bin application.ini | ||
− | Make sure | + | '''Note:''' Make sure you are in the directory of the XULRunner application. Also, users running Linux or Windows should ensure XULRuner is in the environment variable PATH. |
Latest revision as of 15:52, 13 December 2006
Running the application
To run the application will be slightly different depending on which operating system the user is using. Below are examples of how to run it on each operating system:
Windows
xulrunner.exe application.ini
Linux
xulrunner application.ini
Mac
/Library/Frameworks/XUL.framework/xulrunner-bin application.ini
Note: Make sure you are in the directory of the XULRunner application. Also, users running Linux or Windows should ensure XULRuner is in the environment variable PATH.