From a99812d73b94aff42186dce8ba481a56ac15157c Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Tue, 18 Jul 2006 20:40:57 +0000 Subject: [PATCH] * README: Mention qt4 library git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14482 a592a061-630c-0410-9148-cb99ea01b6c8 --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 1d87f7bfa2..ad03d526a3 100644 --- a/README +++ b/README @@ -80,6 +80,10 @@ What do I need to compile LyX from the source distribution? * The Qt library, version 3.0 or newer. + Or: + + The Qt4 library, version 4.1.1 or newer. + Read the file "INSTALL" for more information on compiling. Okay, I've installed LyX. What now?