X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fmenu.sh;h=69090bb3804a0d67c5eafc12297cb278f8fb3055;hb=d15b5f3a5a5f8bc41f7ecc77ec9fa00c26892896;hp=7d765e86e34b744622d5177519473f741b35a082;hpb=3202f48ff5769117a50f26d7f2fd30d20d22c7b2;p=creaToolsTools.git diff --git a/Linux/menu.sh b/Linux/menu.sh index 7d765e8..69090bb 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -26,6 +26,7 @@ do echo " Get, Compile, Install vtk .......1.1" echo " Get, Compile, Install gdcm :.. . .1.2" echo " Get, Compile, Install itk :.......1.3" + echo " Get, Compile, Install Wx (for Mac Users) :…....1.4" else echo " Install Third Party Libraries :....1 (as root)" @@ -394,12 +395,12 @@ docgeneration="OFF" echo "----------------------------------------------------------------------" echo OK echo "To go on, run again 'bash menu.sh' as '$loginUserName', in a new window" - echo "---------------------------------------------------------------------" + echo "----------------------------------------------------------------------" else echo "----------------------------------------------------------------------" echo OK echo "To go on, run again 'bash menu.sh' in a new window" - echo "---------------------------------------------------------------------" + echo "----------------------------------------------------------------------" fi echo echo "==>" @@ -407,7 +408,6 @@ docgeneration="OFF" echo "==>" source $ETC_BASHRC read a - kill -9 $PPID ;; 1.0) @@ -437,6 +437,13 @@ docgeneration="OFF" bash scripts/ThirdParty-install-ITK.sh bash scripts/ThirdParty-install-Finalize.sh ;; + 1.4) + echo "========================== 1.4 " + #source scripts/Check-if-root.sh + bash scripts/ThirdParty-install-WX.sh + bash scripts/ThirdParty-install-Finalize.sh + read a + ;; 2) #2.1 @@ -608,3 +615,4 @@ docgeneration="OFF" done +