dxwrapper icon indicating copy to clipboard operation
dxwrapper copied to clipboard

Easy way to compile from source

Open noabody opened this issue 3 years ago • 1 comments

I was curious as to the the easiest way to build this project from source and it seems to be by using the Microsoft EWDK which can be natively mounted in Windows 10.

Navigate to that location and double-click LaunchBuildEnv.cmd

Use commands like these:

git clone --branch master --recursive https://github.com/elishacloud/dxwrapper.git
cd dxwrapper
msbuild /p:WindowsTargetPlatformVersion=%Version_Number%;Platform=win32;Configuration=Release /t:Clean,Build dxwrapper.sln

noabody avatar May 07 '21 21:05 noabody