[longomatch] Fix win32 compilation guidelines



commit 40f587c0ae6d877e2cdf773af5994cf473ce75a1
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Nov 2 00:57:17 2010 +0100

    Fix win32 compilation guidelines

 README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
index 0406822..2893eff 100644
--- a/README
+++ b/README
@@ -111,8 +111,8 @@ Compiling LongoMatch
     $ git clone git://git.gnome.org/longomatch /c/longomatch
   * Open a MSYS terminal (c:\msys\msys.bat)
   * Inside the terminal run:
-    $ cd /c/longomatch
-    $ python win32/deploy_win32.py
+    $ cd /c/longomatch/win32
+    $ python deploy_win32.py
   * This will create a deployment folder in win32/dist with all the dependecies
   * Compile LongoMatch:
     $ make -f Makefile.win32 clean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]