From fa023658931058fd5e8a6dd091e3b4511abfe4e8 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Thu, 7 May 2009 11:47:09 -0400 Subject: [PATCH] README fixes (thanks: Cristian Grigoriu) --- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index ff86b36..a9e16cd 100644 --- a/README +++ b/README @@ -58,9 +58,13 @@ If you are running Debian (or derivative) these steps may help you: apt-get install git-core \ build-essential debhelper \ libx11-dev libxext-dev libxt-dev \ - lua5.1 liblua5.1-0-dev liblua5.1-posix0 \ + libxrandr-dev \ + lua5.1 liblua5.1-0-dev liblua5.1-posix1 \ dwm-tools xclip dstat pkg-config +Note that liblua5.1-posix1 may actually be liblua5.1-posix0 or someother +suffix. Please check what's available on your platform. + apt-get build-dep libixp wmii If you chose to work on plugins, you can install all lua packages @@ -126,7 +130,7 @@ C. Make a Debian package cd wmii-lua # Switch to the debian branch - git checkout debian + git checkout -b debian -t origin/debian # Build the .deb make deb -- 2.11.4.GIT