Comparison

util/dependencies.lua @ 2299:b7d25e1ac716

Merge with 0.6
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Dec 2009 22:15:17 +0000
parent 2170:2abca9cc78b1
parent 2298:508d9dc70bb4
child 2510:97b5ea975cb9
comparison
equal deleted inserted replaced
2297:a67d06338db0 2299:b7d25e1ac716
55 55
56 local lfs, err = softreq "lfs" 56 local lfs, err = softreq "lfs"
57 if not lfs then 57 if not lfs then
58 missingdep("luafilesystem", { 58 missingdep("luafilesystem", {
59 ["luarocks"] = "luarocks install luafilesystem"; 59 ["luarocks"] = "luarocks install luafilesystem";
60 ["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-luafilesystem0"; 60 ["Debian/Ubuntu"] = "sudo apt-get install liblua5.1-filesystem0";
61 ["Source"] = "http://www.keplerproject.org/luafilesystem/"; 61 ["Source"] = "http://www.keplerproject.org/luafilesystem/";
62 }); 62 });
63 fatal = true; 63 fatal = true;
64 end 64 end
65 65