[vlmc-devel] commit: Update INSTALL.win32 (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri Sep 17 16:02:46 CEST 2010
vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Sep 17 15:25:21 2010 +0200| [e4dd7684402d58dbcf50064598c476ab2ef69630] | committer: Hugo Beauzée-Luyssen
Update INSTALL.win32
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=e4dd7684402d58dbcf50064598c476ab2ef69630
---
INSTALL.win32 | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/INSTALL.win32 b/INSTALL.win32
index be75388..3b843a3 100644
--- a/INSTALL.win32
+++ b/INSTALL.win32
@@ -1,11 +1,20 @@
-
Cross-compilation (from Unix)
=============================
-Download contribs from:
-http://pong.l0cal.com/~etix/contribs/
+Get Contribs
+------------
+ cd contribs
+ sh contribs.sh
+
+Configure
+---------
+mkdir win32 && cd win32
+cmake -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-win32.cmake ..
-To be continued...
+Build
+-----
+make
-----------------------------------------------------------
-cmake -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-win32.cmake .
+Package It
+----------
+make installer
More information about the Vlmc-devel
mailing list