From adeb8623afb3bb9caa1cc4aff5d34cf771de1820 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 14 Oct 2009 13:04:57 +0200 Subject: [PATCH] Mention libev-dev in the ubuntu howto (Thanks frapzzt) --- website/docs/building_ubuntu_9.04.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docs/building_ubuntu_9.04.html b/website/docs/building_ubuntu_9.04.html index 151108a1..c60f29a6 100644 --- a/website/docs/building_ubuntu_9.04.html +++ b/website/docs/building_ubuntu_9.04.html @@ -33,6 +33,14 @@ li { $ git clone http://code.stapelberg.de/git/i3 +

+ Now install the build-dependencies for i3 which are included in ubuntu: +

+ +
+$ sudo apt-get install libev-dev
+
+

The Ubuntu repositories do not contain the required versions of several packages. Hence we need to get them from Debian. Create a new directory for the .debs -- 2.39.5