Index: win_installer/README =================================================================== diff -u -rae13f2caa2572e368b592d80912e09782ce5a56a -rd2799bacf37dd896238b065d5d7466b2a0bd1ebc --- win_installer/README (.../README) (revision ae13f2caa2572e368b592d80912e09782ce5a56a) +++ win_installer/README (.../README) (revision d2799bacf37dd896238b065d5d7466b2a0bd1ebc) @@ -8,12 +8,10 @@ to install the NSIS compiler) Steps to build installer -0. Build LAMS as usual. Make sure you have also checked out jsMath (needed for - step 4). - If using an alternate location for JBOSS_HOME and LAMS_CONF, specify these at - the top of src/installer.nsi. -1. Run the dump-db and compile-java targets in the main build.xml file -2. Make sure the dump.sql in build/ is encoded in UTF-8 (I haven't tested what - happens if it isn't, but just in case) -3. Compile src/lams-start.nsi and src/lams-stop.nsi -4. Compile src/installer.nsi. +1. Build LAMS as usual. If using an alternate location for JBOSS_HOME and + LAMS_CONF, specify these at the top of src/installer.nsi. +2. Check out jsMath and run the build-war ant target (needed for + step 5). +3. Run the dump-db and compile-java targets in the main build.xml file +4. Compile src/lams-start.nsi and src/lams-stop.nsi +5. Compile src/installer.nsi.