Skip to content

Commit

Permalink
[feature] win,installation_helper: add nullsoft installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy Sicard committed Nov 22, 2012
1 parent 1c08b39 commit 5f6dc77
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/ms_windows/installation_helper.sh
@@ -1,6 +1,12 @@
set -e -x

# check wget
# check wget, upx, makensis.exe
nsys(){
local T=/tmp/nsis-setup.exe
wget -O $T -nc http://downloads.sourceforge.net/project/nsis/NSIS%202/2.46/nsis-2.46-setup.exe?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fnsis%2F&ts=1353428882&use_mirror=heanet
chmod +x $T
$T
}

# Adding links to adapt the cygwin default installation
add_links(){
Expand Down Expand Up @@ -113,6 +119,7 @@ packages="nodejs cryptokit ocamlssl camlzip ocamlgraph ulex all"
#camlzip
#ocamlgraph
#ulex
#nsys

echo 'open a root command line'
echo 'assoc .pl=PerlScript'
Expand Down

0 comments on commit 5f6dc77

Please sign in to comment.