From: Toni Gundogdu Date: Tue, 4 Jun 2013 12:17:32 +0000 (+0300) Subject: README: Update Requirements with Wheezy packages X-Git-Tag: v0.9.20130619~5 X-Git-Url: https://repo.or.cz/w/libquvi-scripts.git/commitdiff_plain/bcc1e66b1a9bdaca5aa4bdf6268d352cac4ab69e README: Update Requirements with Wheezy packages Use the Wheezy+ package names with the aptitude(1) examples. Signed-off-by: Toni Gundogdu --- diff --git a/README b/README index 1fc7a99..ffcbec2 100644 --- a/README +++ b/README @@ -82,19 +82,19 @@ Requirements * Lua BitOp 1.0.1 http://bitop.luajit.org/ - $ sudo aptitude install liblua5.1-bitop0 + $ sudo aptitude install lua-bitop * LuaExpat 1.2.0 http://matthewwild.co.uk/projects/luaexpat/ - $ sudo aptitude install liblua5.1-expat + $ sudo aptitude install lua-expat * LuaJSON 1.1.1 http://www.eharning.us/wiki/luajson/ - $ sudo aptitude install liblua5.1-json + $ sudo aptitude install lua-json * LuaSocket 2.0.2 http://w3.impa.br/~diego/software/luasocket/ - $ sudo aptitude install liblua5.1-socket2 + $ sudo aptitude install lua-socket * pkg-config for tracking the compilation flags needed for libraries http://www.freedesktop.org/software/pkgconfig/