]> git.lyx.org Git - features.git/commitdiff
Was forgetting this.
authorEnrico Forestieri <forenr@lyx.org>
Sat, 6 Mar 2010 23:04:39 +0000 (23:04 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 6 Mar 2010 23:04:39 +0000 (23:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33654 a592a061-630c-0410-9148-cb99ea01b6c8

README.Cygwin

index 10daf36cfb42d72d393f9e117c5f058d3aaf6fe3..f44bc7b5153ff1a770c7ec5a583d779562507afb 100644 (file)
@@ -12,8 +12,8 @@ To build lyx, you will need to install the following cygwin packages
 
     aspell        gzip             libiconv           libQtGui4
     aspell-dev    gettext          libpng             libQtGui4-devel
-    gcc           gettext-devel    libQtCore4         python
-    gcc4          libintl8         libQtCore4-devel
+    gcc           gettext-devel    libQtCore4         pkg-config
+    gcc4          libintl8         libQtCore4-devel   python
 
 Two building systems can be used to build lyx on cygwin: the traditional
 autotools (autoconf, automake, make etc), and a scons build system.