[Commits] (bear) Updated readme to include instructions for building under linux and

commits at osafoundation.org commits at osafoundation.org
Tue Feb 8 20:55:37 PST 2005


Commit by: bear
Modified files:
internal/installers/win/README.txt 1.1 1.2
internal/installers/win/chandler.nsi 1.5 1.6

Log message:
Updated readme to include instructions for building under linux and
added copyright header to chandler.nsi


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/installers/win/README.txt.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
http://cvs.osafoundation.org/index.cgi/internal/installers/win/chandler.nsi.diff?r1=text&tr1=1.5&r2=text&tr2=1.6

Index: internal/installers/win/chandler.nsi
diff -u internal/installers/win/chandler.nsi:1.5 internal/installers/win/chandler.nsi:1.6
--- internal/installers/win/chandler.nsi:1.5	Tue Feb  8 18:50:54 2005
+++ internal/installers/win/chandler.nsi	Tue Feb  8 20:55:35 2005
@@ -1,8 +1,13 @@
+; $Revision: 1.6 $
+; $Date: 2005/02/09 04:55:35 $
+; Copyright (c) 2004,2005 Open Source Applications Founation
+; http://osafoundation.org/Chandler_0.1_license_terms.htm
+
 ; Script generated by the HM NIS Edit Script Wizard.
 
 !define PRODUCT_NAME "Chandler"
 !define PRODUCT_VERSION "0.4+"
-!define PRODUCT_PUBLISHER "Open Source Application Foundation"
+!define PRODUCT_PUBLISHER "Open Source Applications Foundation"
 !define PRODUCT_WEB_SITE "http://osafoundation.org"
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\chandler.exe"
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"

Index: internal/installers/win/README.txt
diff -u internal/installers/win/README.txt:1.1 internal/installers/win/README.txt:1.2
--- internal/installers/win/README.txt:1.1	Wed Dec  1 21:32:20 2004
+++ internal/installers/win/README.txt	Tue Feb  8 20:55:35 2005
@@ -1,9 +1,9 @@
 #
 # Chandler Win32 Installer README.txt
 #
-# $Revision: 1.1 $
-# $Date: 2004/12/02 05:32:20 $
-# Copyright (c) 2004 Open Source Applications Founation
+# $Revision: 1.2 $
+# $Date: 2005/02/09 04:55:35 $
+# Copyright (c) 2004,2005 Open Source Applications Founation
 # http://osafoundation.org/Chandler_0.1_license_terms.htm
 #
 
@@ -15,7 +15,7 @@
 third-part scripts are required.  That will soon change as more
 features are added, network downloading/updating for instance.
 
-To build the install tool, you need to do the following steps:
+Compiling setup.exe under Windows
 
   1.  create an installation image of Chandler in a build directory
   2.  place in the build directory the chandler.nsi script
@@ -25,3 +25,26 @@
       \path\to\nsis\makensis chandler.nsi
       
   5.  the Setup.exe will be created in the build directory
+
+Compiling setup.exe under Linux
+
+  1.  create an installation image of Chandler in a build directory
+  2.  place in the build directory the chandler.nsi script
+  3.  change to the build directory
+  4.  run makesys:
+  
+      /path/to/makesys chandler.nsi
+  
+  5.  the Setup.exe will created in the build directory
+  
+Installing NSIS on Linux
+
+  1.  extract the nsis204.tar.bz2 tarball
+  2.  cd NSIS/Source
+  3.  run "make USE_PRECOMPILED_EXEHEADS=1"
+  4.  cd ..
+  5.  run "./install.sh /prefix/path/"
+  
+  This will create a nsis/ install directory and the makesys binary
+  will be found in nsis/bin/
+  
\ No newline at end of file



More information about the Commits mailing list