Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
WinCDEmu Build Instructions | ||
=========================== | ||
|
||
0. Checkout WinCDEmu (https://github.com/sysprogs/WinCDEmu), BazisLib (https://github.com/sysprogs/BazisLib) and STLPort-kernel (https://github.com/sysprogs/stlport-kernel) to a common directory. | ||
0. Set the BZSLIB_PATH environment variable to point at the BazisLib directory | ||
0. Set the STLPORT_PATH environment variable to point at the STLPort directory | ||
0. Install WDK 7.x and set the WDK7PATH environment variable to point at it | ||
0. Download/unpack WTL 8.0 and set WTL_PATH to point at it | ||
0. Open WinCDEmu.sln in Visual Studio 2010-2015 | ||
0. Build the kernel-mode release configurations and then the user-mode release configurations | ||
0. The binaries will be saved to AllModules |