Hi,

I think INSTALL.Win32 is seriously out of date and needs to be looked over
by someonw who knows this stuff... Here's a patch where I'm *guessing* -
it should *not* be applied as it is.

I changed 'MinSYS' be changed into 'MSYS', is that correct?

Does the procedure described in this file even work?

Maybe the file should refer to the Windows installers that exist?

/Christian

PS. The patch seems difficult for me to read, so if there's some magical 
options I need to give to 'svn diff', please let me know!

-- 
Christian Ridderström, +46-8-768 39 44               http://www.md.kth.se/~chr
Index: INSTALL.Win32
===================================================================
--- INSTALL.Win32       (revision 13270)
+++ INSTALL.Win32       (working copy)
@@ -118,21 +118,21 @@ The LyX Team
     There's no need to build Aspell now. The script in
     development/Win32/packaging should do it for you.
 
-5. LyX
+5. Install Subversion
 
-5.1 Get the latest CVS version
+    Get the Subversion executable from http://www.subversion.org. Then
+    install it somewhere in the path. Or get TortoiseSVN.
+       http://tortoisesvn.tigris.org/
 
-    Using the cvs executable that is packaged with MinSYS,
-    from the MinSYS command prompt:
+6.1 Get the latest Subversion version
+
+    Execute the following commands at the MSYS command prompt:
 
     $ cd ~
     $ mkdir lyx && cd lyx
-    $ cvs -d:pserver:[EMAIL PROTECTED]:/cvs/lyx login
-      (The password is "lyx" (no inverted commas))
-    $ cvs -d:pserver:[EMAIL PROTECTED]:/cvs/lyx \
-          checkout -r BRANCH_1_3_X -d 13x lyx-devel
+    $ svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
 
-    Alternatively, use the TortoiseCVS graphical interface.
+    Alternatively, use the TortoiseSVN graphical interface.
 
     There's no need to build LyX now. The script in
     development/Win32/packaging should do it for you.

Reply via email to