Skip to content

Instantly share code, notes, and snippets.

@sidprice
Created May 16, 2018 17:43
Show Gist options
  • Save sidprice/fb7b94db84ba647f1075ad9ba747f710 to your computer and use it in GitHub Desktop.
Save sidprice/fb7b94db84ba647f1075ad9ba747f710 to your computer and use it in GitHub Desktop.
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