aboutsummaryrefslogtreecommitdiff
path: root/install.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * User assertion for required condition check.xpol2015-11-031-3/+3
| | |
| | * Enable batch script delayed expansion and extensions.Xpol Wan2015-11-011-1/+1
| | | | | | | | | | | | This is required for Windows SDK setenv.cmd.
| | * Support Visual Studio Express Editions and cleanup code.Xpol Wan2015-11-011-14/+18
| | |
| | * Add support for Windows SDK v7.1 and v6.1.Xpol Wan2015-11-011-24/+60
| | | | | | | | | | | | Other Windows SDK versions requires a separate installation of Visual Studio.
| | * Move mingw test out of get_msvc_env_setup_cmd().Xpol Wan2015-10-271-3/+1
| | |
| | * Don't setup msvc when user desires MinGW.Xpol Wan2015-10-271-0/+2
| | |
| | * Add comments about Windows SDKs.Xpol Wan2015-10-271-0/+3
| | |
| | * Better msvc compiler setup compatibility.Xpol Wan2015-10-271-22/+32
| | | | | | | | | | | | | | | | | | 1. Use vcvarsall.bat if exists. 2. Use vcvars32.bat / vcvars64.bat if exists. 3. Do no compiler env setup in luarocks.bat if 1 and 2 are both not exists.
| | * Better setup vc compiler, should compatible with Windows SDK.Xpol Wan2015-10-241-13/+30
| | | | | | | | | | | | | | | 1. Use reg: HKEY_LOCAL_MACHINE\SOFTWARE[\Wow6432Node]\Microsoft\VisualStudio\<version>\Setup\VC:ProductDir 2. Use bin\vcvars32.bat and bin\amd64\vcvars64.bat instead of vcvarsall.bat.
| | * Automatically setup MSVC command line tools for VC2008 or above.Xpol Wan2015-10-231-0/+21
| | |
* | | write config directory only if explictly given, use defaults otherwiseThijs Schreijer2015-11-141-1/+6
|/ /
* | update commandline help Windows installerThijs Schreijer2015-07-261-2/+3
| |
* | moved systree on top of Lua installationThijs Schreijer2015-07-261-7/+13
| |
* | update windows installer help textThijs Schreijer2015-07-191-3/+0
| |
* | Windows installer: no longer use the LR version in the target installation path.Thijs Schreijer2015-07-191-20/+18
| | | | | | | | Fixes #151
* | Windows installer: backup configuration files before removing installation ↵Thijs Schreijer2015-07-181-35/+38
| | | | | | | | directory
* | minor textual fixesThijs Schreijer2015-07-141-2/+2
|/
* added extra include files search paths, see ↵Thijs Schreijer2015-07-091-6/+15
| | | | | | https://github.com/keplerproject/luarocks/issues/403#issuecomment-119726674 updated bak files as per @ignacio see https://github.com/keplerproject/luarocks/pull/407#discussion-diff-33782733
* also version the `site_config` fileThijs Schreijer2015-07-021-7/+8
|
* update displayed data to match versionThijs Schreijer2015-07-011-3/+4
|
* prefer versioned config files and directories over non-versioned onesThijs Schreijer2015-06-301-4/+4
|
* fix typoKyle McLamb2015-06-201-9/+9
|
* remove excess line (windows installer)Thijs Schreijer2015-05-261-1/+1
|
* fixes #365Thijs Schreijer2015-05-051-2/+3
|
* fixed install.bat for new luarocks versionPhilipp Janda2014-05-271-1/+1
|
* Adds /LUAMOD and /CMOD options to Windows installerThijs Schreijer2014-05-181-29/+53
|
* Reorganized Windows specific files. Now installer can work directly from the ↵Thijs Schreijer2014-05-061-8/+17
| | | | repository
* run LR itself on the Lua interpreter found during install, not on the ↵Thijs Schreijer2014-04-021-1/+1
| | | | interpreter first in the system path. Lining up with the unix shell scripts.
* prepare luarocks for lua 5.3Philipp Janda2014-03-261-2/+7
|
* Removed module calls from installation scriptsmpeterv2014-03-201-14/+15
|
* remove rocksserver settings from windows installerThijs Schreijer2014-01-291-3/+0
|
* Merge branch 'master' of https://github.com/keplerproject/luarocksThijs Schreijer2014-01-111-1/+1
|\
| * Misplaced quote in resulting luarocks.bat fileIgnacio Burgueño2014-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | Line 699 is writing this in the .bat file. ~~~~ C:\luarocks\2.1>IF NOT "c:\luarocks52\share\lua\5.2\?.lua;c:\luarocks52\share\lua\5.2\?\init.lua;;" == "" ("SET LUA_PATH_5_2=c:\luarocks\2.1\lua\?.lua;c:\luarocks\2.1\lua\?\init.lua;c:\luarocks52\share\lua\5.2\?.lua;c:\luarocks52\share\lua\5.2\?\init.lua;;") ~~~~ Which prints an error: `The system cannot find the path specified.` It only happens if env var LUA_PATH_5_2 has some value.
* | minor updateThijs Schreijer2014-01-111-2/+5
|/
* bugfix: /CONFIG option to follow install location, so /P will have effect on ↵Thijs Schreijer2014-01-101-2/+2
| | | | config location as well.
* bugfix: /CONFIG not honored because of typoThijs Schreijer2014-01-101-1/+1
|
* don't print process info when help is displayedThijs Schreijer2014-01-091-1/+2
|
* some textual updatesThijs Schreijer2013-12-271-11/+10
|
* updated comments for exitcodesThijs Schreijer2013-12-261-1/+53
| | | | batch wrapper script (luarocks.bat) updated to auto-elevate if permission was denied
* updated default system tree location to 'program files', so it is protected ↵Thijs Schreijer2013-12-251-16/+50
| | | | | | with admin rights. Implemented a /SELFCONTAINED installation option that makes a single directory installation
* fixed wrong tree order in config file; order was user - system. Now ↵Thijs Schreijer2013-12-221-1/+1
| | | | corrected to system - user. So installations default to system tree.
* 1. bug fix for installing on x64 systems in "program files (x86)" ↵Thijs Schreijer2013-12-191-4/+5
| | | | | | (parentheses around x86 gave some escaping problems) 2. Adds named trees created by windows installer in the config file.
* stopped copying dll files becasue reason is unknownThijs Schreijer2013-12-091-20/+27
| | | | added note on %appdata% value
* Merge branch 'master' of https://github.com/keplerproject/luarocks into ↵Thijs Schreijer2013-12-031-3/+3
|\ | | | | | | proper_win_defaults
| * bugfix: unquoted pathThijs Schreijer2013-12-031-3/+3
| |
* | Does the windows installation with Windowish defaultsThijs Schreijer2013-12-031-18/+25
|/ | | | | | Adds a prompt before installing, and a switch /Q to ignore that example added to help text to explain a self contained installation registry information is now loaded without prompts
* Commandline options where silently ignored if config.lua already existed. ↵Thijs Schreijer2013-12-021-34/+64
| | | | | | Now a backup is made and the options are written. Additional paths to the local tree are now listed after installing
* Windows installer required /P argument to be first or would overwrite other ↵Thijs Schreijer2013-12-021-7/+17
| | | | | | values cleanup temp batch file in case of elevation
* If PowerShell is not available, a proper message is now displayed when ↵Thijs Schreijer2013-12-011-0/+4
| | | | installing on Windows without admin priviledges
* refactored debug output. Now all is set by using `verbose = true` in the ↵Thijs Schreijer2013-12-011-0/+1
| | | | | | config file instead of manually uncommenting code. Also moved to platform independent code, from Windows only