view tempgk.out @ 1142:4683d0f7c277

<GreyKnight> (cd luabuild/luarocks-2.0.12; make clean all > make.out 2> make.err)
author HackBot
date Fri, 14 Dec 2012 22:42:42 +0000
parents 7d09ae86104c
children
line wrap: on
line source


LuaRocks 2.0.12, a module deployment system for Lua

NAME
	luarocks - LuaRocks main command-line interface

SYNOPSIS
	luarocks [--from=<server> | --only-from=<server>] [--to=<tree>] [VAR=VALUE]... <command> [<argument>] 

GENERAL OPTIONS
	These apply to all commands, as appropriate:

	--server=<server>      Fetch rocks/rockspecs from this server
	                       (takes priority over config file)
	--only-server=<server> Fetch rocks/rockspecs from this server only
	                       (overrides any entries in the config file)
	--only-sources=<url>   Restrict downloads to paths matching the
	                       given URL.
	--tree=<tree>          Which tree to operate on.
	--local                Use the tree in the user's home directory.

VARIABLES
	Variables from the "variables" table of the configuration file
	can be overriden with VAR=VALUE assignments.

COMMANDS
	build
		Build/compile a rock.
	download
		Download a specific rock file from a rocks server.
	help
		Help on commands. Type 'luarocks help <command>' for more.
	install
		Install a rock.
	lint
		Check syntax of a rockspec.
	list
		Lists currently installed rocks.
	make
		Compile package in current directory using a rockspec.
	new_version
		Auto-write a rockspec for a new version of a rock.
	pack
		Create a rock, packing sources or binaries.
	path
		Return the currently configured package path.
	purge
		Remove all installed rocks from a tree.
	remove
		Uninstall a rock.
	search
		Query the LuaRocks servers.
	show
		Shows information about an installed rock.
	unpack
		Unpack the contents of a rock.

CONFIGURATION
	System configuration file: /hackenv/etc/luarocks/config.lua (ok)
	User configuration file: /tmp/.luarocks/config.lua (not found)