Created
September 25, 2016 00:43
-
-
Save zellyn/bb90e6e1141b91a3acd995e3b0a0c489 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
* Starting development | |
git clone [email protected]:zellyn/OpenEmulator-OSX.git | |
git clone https://github.com/OpenEmulatorProject/OpenEmulator-OSX.git | |
cd OpenEmulator-OSX | |
git submodule init | |
git submodule update | |
# Cloning into '/Users/zellyn/gh/OpenEmulator-OSX/modules/libemulation'... | |
# Fetched in submodule path 'modules/libemulation', but it did not contain 51bf1c4aa9fe689bb895a723cf0f1e3f0b8d2741. Direct fetching of that commit failed. | |
cd modules/libemulation | |
git checkout master | |
cd ../.. | |
# Get images, roms, etc. | |
git checkout 598e8e54d120334ea99dd67cae08d3cfa4392d4a -- res | |
echo res >> .gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment