Index: win_installer/README =================================================================== RCS file: /usr/local/cvsroot/win_installer/Attic/README,v diff -u -r1.1 -r1.2 --- win_installer/README 29 Sep 2006 08:20:39 -0000 1.1 +++ win_installer/README 4 Oct 2006 23:58:02 -0000 1.2 @@ -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.