From c805c77d9dc5e908aa74c6d15b03b9ba113d308d Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 20 May 2013 17:47:12 +0300 Subject: [PATCH] README: Requirements: Use "sudo aptitude" Signed-off-by: Toni Gundogdu --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 44012c8..1fc7a99 100644 --- a/README +++ b/README @@ -82,19 +82,19 @@ Requirements * Lua BitOp 1.0.1 http://bitop.luajit.org/ - $ aptitude install liblua5.1-bitop0 + $ sudo aptitude install liblua5.1-bitop0 * LuaExpat 1.2.0 http://matthewwild.co.uk/projects/luaexpat/ - $ aptitude install liblua5.1-expat + $ sudo aptitude install liblua5.1-expat * LuaJSON 1.1.1 http://www.eharning.us/wiki/luajson/ - $ aptitude install liblua5.1-json + $ sudo aptitude install liblua5.1-json * LuaSocket 2.0.2 http://w3.impa.br/~diego/software/luasocket/ - $ aptitude install liblua5.1-socket2 + $ sudo aptitude install liblua5.1-socket2 * pkg-config for tracking the compilation flags needed for libraries http://www.freedesktop.org/software/pkgconfig/ -- 2.11.4.GIT