Comparison

util/dependencies.lua @ 7999:980606856882

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 23 Mar 2017 01:30:58 +0100
parent 7878:2fdb7b3648d8
parent 7993:c654c92aad55
child 8235:7d9a2c200736
comparison
equal deleted inserted replaced
7990:3d17b2bf0e0c 7999:980606856882
91 91
92 local ssl = softreq "ssl" 92 local ssl = softreq "ssl"
93 93
94 if not ssl then 94 if not ssl then
95 missingdep("LuaSec", { 95 missingdep("LuaSec", {
96 ["Debian/Ubuntu"] = "https://prosody.im/download/start#debian_and_ubuntu"; 96 ["Debian/Ubuntu"] = "sudo apt-get install lua-sec";
97 ["luarocks"] = "luarocks install luasec"; 97 ["luarocks"] = "luarocks install luasec";
98 ["Source"] = "https://github.com/brunoos/luasec"; 98 ["Source"] = "https://github.com/brunoos/luasec";
99 }, "SSL/TLS support will not be available"); 99 }, "SSL/TLS support will not be available");
100 end 100 end
101 101