diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-08-07 12:43:38 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2014-08-07 12:43:38 +0200 |
commit | 315cac2526cb36e2f15560b8df1a12f7f57917f5 (patch) | |
tree | d9130b206bb56cbdb0a6ad71a8a482d801cdaf29 /README | |
parent | e4240f41e2eb1d530dd330c7d77420ef81c810b6 (diff) |
Add WiX to list of required software in Windows
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -43,19 +43,20 @@ The initial setup on Windows is a little bit longer, but only a few programs are IMPORTANT: Select the install option "Checkout as-is, Commit as-is" * Msys/MinGW: http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download Install it with all the options enabled + * WiX 3.5: http://wix.codeplex.com/releases/view/60102 The Direct Show plugins still needs to be built using Microsoft's compiler and their SDK, due to the dependency on the Direct Show base classes. -You will to install the following software: +You need to install the following software: * Microsoft SDK 7.1: http://www.microsoft.com/en-us/download/details.aspx?id=8279 * Windows Driver Kit 7.1.0: http://msdn.microsoft.com/en-us/windows/hardware/hh852365 -cerbero must be run in the MingGW shell, which is accessible from the main menu +cerbero must be run in the MingGW shell, which is accessible from the main menu. The last step is making python and git available from the shell, for which you will need -to create a .profile file. +to create a .profile file: $ echo "export PATH=\"\$PATH:/c/Python27:/c/Git/bin\"" > ~/.profile -Note that in side the shell, / is mapped to c:\Mingw\msys\1.0\ +Note that inside the shell, / is mapped to c:\Mingw\msys\1.0\ ***** |