See: Getting Started with OBS Development
First step is to get the source from the main github (Instructions Here)
After that, you have to install a few things to make it work for Win32.
Number 1: Windows 8 SDK (http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx)
Number 2: June 2010 DirectX SDK (http://www.microsoft.com/en-ca/download/details.aspx?id=6812)
If you compile it and get the error message: Error Code: S0123
Then you need to get this update from Microsoft.
Go into the GitHub Download you have selected on your computer. You will see a folder similar to this: (trunk\rundir)
You must run the batch file according to what you are compiling. For this example (which I have gotten to work in this method) I have used the "copyrelease.bat" file. Run it and it will copy a file(s) accordingly.
Now unless I have missed something (I have logged everything I did from scratch with a windows 7 pro system) you should be able to "build" a release Win32 version of OBS and get an output of:
After that, you have to install a few things to make it work for Win32.
Number 1: Windows 8 SDK (http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx)
Number 2: June 2010 DirectX SDK (http://www.microsoft.com/en-ca/download/details.aspx?id=6812)
If you compile it and get the error message: Error Code: S0123
Then you need to get this update from Microsoft.
Go into the GitHub Download you have selected on your computer. You will see a folder similar to this: (trunk\rundir)
You must run the batch file according to what you are compiling. For this example (which I have gotten to work in this method) I have used the "copyrelease.bat" file. Run it and it will copy a file(s) accordingly.
Now unless I have missed something (I have logged everything I did from scratch with a windows 7 pro system) you should be able to "build" a release Win32 version of OBS and get an output of:
Code:
========== Build: 10 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Last edited by a moderator: