diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-03-31 13:49:33 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-03-31 13:49:33 +0100 |
commit | c6284a4dd126d586725cd00ebada0d3ebd6b3178 (patch) | |
tree | bd75a76e501c4cd508e87d191e10bdba011edf85 /DEPENDS | |
parent | 011b07c3ac22e1972935c0d8e01cd0f89824a602 (diff) | |
download | prosody-c6284a4dd126d586725cd00ebada0d3ebd6b3178.tar.gz prosody-c6284a4dd126d586725cd00ebada0d3ebd6b3178.zip |
DEPENDS: Update (LuaSec now has a rock) and add link to /doc/depends
Diffstat (limited to 'DEPENDS')
-rw-r--r-- | DEPENDS | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,9 +1,11 @@ -The easiest way to install dependencies is using the luarocks tool. -Rocks: -luaexpat -luasocket -luafilesystem +For full information on our dependencies, version requirements, and +where to find them, see http://prosody.im/doc/depends + +If you have luarocks available on your platform, install the following: + + - luaexpat + - luasocket + - luafilesystem + - luasec -Non-rocks: -LuaSec for SSL connections |