summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/Clients/FirefoxExtension/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/Clients/FirefoxExtension/readme.txt')
-rw-r--r--mDNSResponder/Clients/FirefoxExtension/readme.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/mDNSResponder/Clients/FirefoxExtension/readme.txt b/mDNSResponder/Clients/FirefoxExtension/readme.txt
new file mode 100644
index 00000000..f898f330
--- /dev/null
+++ b/mDNSResponder/Clients/FirefoxExtension/readme.txt
@@ -0,0 +1,16 @@
+Building the Bonjour Firefox Extension on Windows
+
+There is a Visual Studio 2005 project file that will build the extension correctly as long as the Visual Studio environment is setup correctly. This code was built against the 1.9 version of the XULRunner SDK. The Visual Studio environment should be modified to add the include and lib paths of the XULRunner SDK. Specifically, the following include paths should be added to VC++ include directories:
+
+…\xulrunner-sdk\include\xpcom
+…\xulrunner-sdk\include\nspr
+…\xulrunner-sdk\include\string
+…\xulrunner-sdk\include\pref
+…\xulrunner-sdk\sdk\include
+
+The following path should be added to VC++ lib directories:
+
+…\xulrunner-sdk\lib
+
+After the code has been built, it can be installed like any other Firefox extension. Please consult Firefox extension documentation for more information on how to package and install Firefox extensions.
+