Skip to content

Instantly share code, notes, and snippets.

@EldrickWT
Created July 21, 2014 05:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EldrickWT/167a72a7eac6f0919545 to your computer and use it in GitHub Desktop.
Save EldrickWT/167a72a7eac6f0919545 to your computer and use it in GitHub Desktop.
If you're using the git bash command prompt...
Some of this you're likely already passed but... it's late and my brain is demanding I try to be a tad thorough
change to your dfhack directory... For Example
cd /p/DFHack-40.04
it should show (Master) on the end like so:
Cackling@Bogeyman-PC /p/DFHack-40.04 (Master)
#
cd library/xml
It may say something different at the end like:
Cackling@Bogeyman-PC /p/DFHack-40.04/library/xml (663536125..)
This means it's on the wrong branch... specifically the branch to allow 34.xx to compile.
So you'll wanna switch it to master...
git checkout master
and then pull the master branch
git pull
It should now pull the much more recent structures... expect some headaches with compiling as some things have majorly changed... a mess of plugins will not want to compile. Have Fun (and no I don't mean !!FUN!!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment