[chronojump] Better building instructions for windows



commit d6cdbc4bbaee75dac5b4094d930da2f37b304a30
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Feb 17 20:05:49 2011 +0100

    Better building instructions for windows

 build/windows_bundle/build/howto_build.txt |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/build/windows_bundle/build/howto_build.txt b/build/windows_bundle/build/howto_build.txt
index 319c4af..5be7283 100755
--- a/build/windows_bundle/build/howto_build.txt
+++ b/build/windows_bundle/build/howto_build.txt
@@ -11,6 +11,14 @@ MONO HAS TO BE INSTALLED IN A PATH WIHTOUT SPACES
 on mingw/msys, go to chronojump folder and run:
 
 $cd /c/chronojump/
+
+on windows AssemblyInfo.cs is not generated automatically:
+
+$cd src
+$cp AssemblyInfo.cs.in AssemblyInfo.cs 
+
+On AssemblyInfo.cs and change: @PACKAGE_VERSION@ to eg: 0.9.3
+
 $make -f Makefile.win32
 
 It compiles Chronojump and Chronojump_mini, creates the bundle and install it in the bin folder.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]