summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-02-06 20:49:16 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-02-14 02:16:02 +0100
commitcf95438fa3ffcded855720669a87f2fa662de35d (patch)
treea3cf71986bef6b25597da3e74009f5317253113a
parent13a9a40fb01912aa9fb879426eddf2e43cd30109 (diff)
downloadmana-client-cf95438fa3ffcded855720669a87f2fa662de35d.tar.gz
mana-client-cf95438fa3ffcded855720669a87f2fa662de35d.tar.bz2
mana-client-cf95438fa3ffcded855720669a87f2fa662de35d.tar.xz
mana-client-cf95438fa3ffcded855720669a87f2fa662de35d.zip
Add a note about the nsis plugin to install and where to install it in most cases for Linux.
Added also a missing newline at file ending.
-rw-r--r--packaging/windows/package-helpers10
1 files changed, 9 insertions, 1 deletions
diff --git a/packaging/windows/package-helpers b/packaging/windows/package-helpers
index de953149..a451f573 100644
--- a/packaging/windows/package-helpers
+++ b/packaging/windows/package-helpers
@@ -22,6 +22,14 @@
# - MANALIBS -- the directory containing the dlls copied into the
# windows installer. Default is using the last directory in the
# toolchains SET(CMAKE_FIND_ROOT_PATH
+#
+# Also, please note that the untgz nsis Plugins is needed to create
+# an installer.
+# The default nsis Plugins folder in most Linux distros is:
+# in /usr/share/nsis/Plugins/
+#
+# The default folder to use the toolchain in most Linux distros is:
+# /usr/i586msvc-mingw32/
# MANA_BASE should point to the top directory of the source tree
if [ -z "$MANA_BASE" ]; then
@@ -110,4 +118,4 @@ mana-build-win32-installer(){
mana-nuke-cmake-stuff(){
find $MANA_BASE -name CMakeFiles -type d -exec rm -Rf '{}' \; 2>/dev/null
find $MANA_BASE -name CMakeCache.txt -type f -exec rm '{}' \; 2>/dev/null
-} \ No newline at end of file
+}