From: Kevin Wasserman Date: Mon, 1 Aug 2011 18:43:16 +0000 (-0400) Subject: Add README for windows X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-firefox.git;a=commitdiff_plain;h=95d39c821819f70080512edc85296137a5e0dec1 Add README for windows --- diff --git a/windows/README.txt b/windows/README.txt new file mode 100644 index 0000000..312d887 --- /dev/null +++ b/windows/README.txt @@ -0,0 +1,21 @@ +Building for windows: +install MSVC 2010 Express +install mit kerberos for windows +install xulrunner 1.9.2 SDK +install firefox 3.6.18 +build moonshot mech_eap.dll +set environment variables: +XRSDK= +KRB_INSTALL_DIR= +create $(KRB_INSTALL_DIR)/@sysconfdir/gss/mech with contents: +eap-aes128 1.3.6.1.4.1.5322.22.1.17 +eap-aes256 1.3.6.1.4.1.5322.22.1.18 + +open MoonshotFirefox.sln +build. *dbg/opt configuration must match mech_eap.dll, krb5_32.dll, gssapi.dll* + +Testing: +run firefox.exe +File -> Open file -> MoonshotFirefox.xpi (from Debug/Release subdirectory as appropriate) +close firefox +run firefox.exe from $(KRB_INSTALL_DIR)/bin