Installation/Deployment

Introduction ››
Parent Previous Next

How do I install / deploy it


Well ... There isn't really any installing, just extract the archive and run the executable for your platform.


Under Windows I would recommend installing MSys (http://www.mingw.org/msys.shtml) or Cygwin (http://cygwin.com/) to get BASH, RXVT and all those nice UNIX things that Windows lacks.


Under Linux I'd recommend copying the murgaLua executable to "/usr/bin", this way you'll be able to add "#!/usr/bin/murgaLua" at the start of your scripts and CHMOD them so that they can run as normal UNIX scripts.