Software /
code /
prosody
Comparison
util/dependencies.lua @ 2158:575d5db7f14f
util.dependencies: Missed a Debian/
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 23 Nov 2009 19:59:32 +0000 |
parent | 2157:7cb0aa497326 |
child | 2160:0ef04962e112 |
child | 2169:c06fdb6b57bd |
comparison
equal
deleted
inserted
replaced
2157:7cb0aa497326 | 2158:575d5db7f14f |
---|---|
40 | 40 |
41 local socket = softreq "socket" | 41 local socket = softreq "socket" |
42 | 42 |
43 if not socket then | 43 if not socket then |
44 missingdep("luasocket", { | 44 missingdep("luasocket", { |
45 ["Ubuntu"] = "sudo apt-get install liblua5.1-socket2"; | 45 ["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-socket2"; |
46 ["luarocks"] = "luarocks install luasocket"; | 46 ["luarocks"] = "luarocks install luasocket"; |
47 ["Source"] = "http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/"; | 47 ["Source"] = "http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/"; |
48 }); | 48 }); |
49 fatal = true; | 49 fatal = true; |
50 end | 50 end |