aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.bat9
1 files changed, 7 insertions, 2 deletions
diff --git a/install.bat b/install.bat
index a2291950..cd02af1a 100644
--- a/install.bat
+++ b/install.bat
@@ -362,9 +362,9 @@ IF NOT EXIST "%ROCKS_TREE%" (
362) 362)
363IF NOT EXIST "%APPDATA%/luarocks" ( 363IF NOT EXIST "%APPDATA%/luarocks" (
364 %MKDIR% "%APPDATA%/luarocks" 364 %MKDIR% "%APPDATA%/luarocks"
365 ECHO Created rocktree: "%APPDATA%/luarocks" 365 ECHO Created rocktree: "%APPDATA%\luarocks"
366) ELSE ( 366) ELSE (
367 ECHO Rocktree exists: "%APPDATA%/luarocks" 367 ECHO Rocktree exists: "%APPDATA%\luarocks"
368) 368)
369 369
370REM *********************************************************** 370REM ***********************************************************
@@ -372,6 +372,11 @@ REM Exit handlers
372REM *********************************************************** 372REM ***********************************************************
373 373
374ECHO. 374ECHO.
375ECHO You may want to add the following elements to your paths;
376ECHO PATH : %LUA_BINDIR%;%FULL_PREFIX%
377ECHO LUA_PATH : %ROCKS_TREE%\share\lua\5.1\?.lua;%ROCKS_TREE%\share\lua\5.1\?\init.lua
378ECHO LUA_CPATH: %LUA_LIBDIR%\lua\5.1\?.dll
379ECHO.
375ECHO LuaRocks is installed! 380ECHO LuaRocks is installed!
376:QUIT 381:QUIT
377ENDLOCAL 382ENDLOCAL