Created
May 16, 2018 17:43
-
-
Save sidprice/fb7b94db84ba647f1075ad9ba747f710 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
1. Start Cygwin | |
2. Ensure that the master branch of the repository is checked out | |
3. Mount the repository in the Cygwin environment. | |
a. mount c:/DataRoot/Projects/blackmagic ~/Projects/blackmagic | |
4. Navigate into the mounted project source | |
a. cd ~/Projects/blackmagic/src | |
5. Clean the build | |
a. make clean | |
6. Build the native platform | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment