]> git.lyx.org Git - lyx.git/commitdiff
Update READMEs
authorPavel Sanda <sanda@lyx.org>
Sat, 6 Mar 2010 15:29:46 +0000 (15:29 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 6 Mar 2010 15:29:46 +0000 (15:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33643 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL.Win32
NEWS
README

index 5a4d578a81000de04ace9b1af95352d8ed3c9582..769f9e9f4d869c3e9466ee24045f699e94a2fb4b 100644 (file)
@@ -1,7 +1,7 @@
-Compiling LyX 1.6 for Win32
+Compiling LyX 2.0 for Win32
 ===========================
 
-LyX 1.6 can be compiled with Microsoft Visual C++ 2008 (recommended) or MinGW.
+LyX 2.0 can be compiled with Microsoft Visual C++ 2008 (recommended) or MinGW.
 Note that you should not have spaces in the path of the source code.
 
 Compiling with MSVC 2008
@@ -80,7 +80,7 @@ Compiling with MinGW
 3      install python and scons as instructed above. Set $path for python
           to make your life a bit easier.
 
-4      Check out lyx svn to c:\lyx-devel\lyx-1.6.x
+4      Check out lyx svn to c:\lyx-devel\lyx-2.0.x
 
 5      Download zlib binaries and developer files (zlib-1.2.3-bin.zip and
           zlib-1.2.3-lib.zip) from http://gnuwin32.sourceforge.net/packages/zlib.htm
@@ -89,13 +89,13 @@ Compiling with MinGW
           unpack all of them to the same directory c:\lyx-devel\mingw_deps.
 
 6      start a command window, run commands:
-          $ cd c:\lyx-devel\lyx-1.6.x
+          $ cd c:\lyx-devel\lyx-2.0.x
           $ scons -f development\scons\SConstruct \
               extra_lib_path=..\mingw_deps\lib  \
                   extra_inc_path=..\mingw_deps\include \
                   extra_bin_path=..\mingw_deps\bin \
                   qt_dir=c:\qt \
-                  DESTDIR=..\lyx-1.6-install \
+                  DESTDIR=..\lyx-2.0-install \
                   install
 
 
diff --git a/NEWS b/NEWS
index 22e70f11e19d9bd11f9b950379741281fe7ceabc..8fa02d3984f6bed8524834a6b2003db6df7fea82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+What's new in version 2.0.0?
+-------------------------------
+
+The new features in LyX 2.0 are detailed in
+http://wiki.lyx.org/LyX/NewInLyX20
+
+
 What's new in version 1.6.0?
 -------------------------------
 
diff --git a/README b/README
index 6a561b77b9fe7040e2d481cfe8f7e6c8b8b92a9f..2658c62b4008baaac935aee4f2a044b1df757849 100644 (file)
--- a/README
+++ b/README
@@ -30,8 +30,8 @@ What do I need to run LyX?
     * Windows 2000 or newer
     * Mac OS 10.2 or newer
 
-    A decent LaTeX2e installation (e.g. teTeX for unix) not older
-       than 1995/12/01.
+    A decent LaTeX2e installation (e.g. TeX Live for Linux, MikTeX for
+       Windows).
     Python 2.3 or later to convert old LyX files and for helper scripts
     (note that you need at least Python 2.3.4 for exporting LyX files
     to a pre-unicode format, as previous versions are affected by a bug
@@ -65,7 +65,7 @@ How does the LyX version scheme work?
     kernel --the team is too small to afford that-- but rather to
     include all the simple and safe bug fixes. This is so that the
     maintenance burden on us is not too high, and so that system
-    administrators can install new releases without fear.  Experience
+    administrators can install new releases without fear. Experience
     shows that these releases will contain a few new features, and
     that the bulk of the patches will be documentation updates.
 
@@ -91,7 +91,8 @@ What do I need to compile LyX from the source distribution?
       gcc/g++, but some others work also. As of LyX 1.6.0, you need at
       least gcc 3.2.x.
 
-    * The Qt4 library, version 4.2.0 or newer.
+    * The Qt4 library, at least version 4.2.0. For all features
+      newer versions (e.g. Qt 4.5) are recommended.
 
     Read the file "INSTALL" for more information on compiling.
 
@@ -110,14 +111,11 @@ Okay, I've installed LyX. What now?
 Does LyX have support for non-English speakers/writers/readers?
 
     Yes. LyX supports writing in many languages, including
-    right-to-left languages like Arabic or Hebrew. There is a port
-    of LyX named CJK-LyX which adds support for Chinese, Korean
-    and Japanese (http://cellular.phys.pusan.ac.kr/cjk.html)
-    [This support is being merged in lyx-1.5]
+    right-to-left languages like Arabic or Hebrew.
 
-    Menus and error messages have been translated to 17 languages.
+    Menus and error messages have been translated to many languages.
     For the status of the different translations, see
-    http://www.lyx.org/devel/i18n.php
+    http://www.lyx.org/I18n
 
     Keymaps can ease typing in many languages.
 
@@ -147,7 +145,7 @@ How do I submit a bug report?
     You'll find detailed info on submitting bug reports there.
 
     If you can't do that, send details to the LyX Developers' mailing
-    list, or use the LyX bug tracker at http://bugzilla.lyx.org/.
+    list, or use the LyX bug tracker at http://www.lyx.org/trac/.
     Don't forget to mention which version you are having problems with!
 
 How can I participate in the development of LyX?