Advertisement
Guest User

how to build new dfhack

a guest
Jul 28th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. cd dfhack/dfhack/dfhack-40.04
  2. git clone https://github.com/quietust/dfhack.git
  3. cd dfhack
  4. git submodule init
  5. git submodule update
  6. cd library/xml
  7. git clone https://github.com/DFHack/df-structures.git
  8.  
  9.  
  10. or
  11.  
  12.  
  13. [17:54] <Rumrusher> scrap the whole thing again leth wanna walk me through this?
  14. [17:55] <Rumrusher> so I'm pulling q's main build right now
  15. [17:55] <Rumrusher> git clone https://github.com/quietust/dfhack.git ?
  16. [17:55] <Rumrusher> is this correct?
  17. [17:55] <lethosor> sure
  18. [17:55] <lethosor> that works
  19. [17:56] <Rumrusher> now when I check dfhack/library/xml the folder is empty
  20. [17:56] <lethosor> git submodule update --init
  21. [17:56] <lethosor> oh
  22. [17:56] <lethosor> git checkout develop
  23. [17:56] <lethosor> then git submodule update --init
  24. [17:58] <dfbugbot> 0006743: [Typos/Grammar] "he respect perseverence" in Thoughts/Preferences (Toady One) - resolved. (http://www.bay12games.com/dwarves/mantisbt/view.php?id=6743)
  25. [18:01] <sandbox> wonder if he'll get to that other list of typos
  26. [18:03] <dfbugbot> 0007136: [Creatures] jumping spiders have a duplicate HOMEOTHERM tag (Toady One) - resolved. (http://www.bay12games.com/dwarves/mantisbt/view.php?id=7136)
  27. [18:03] <Rumrusher> fix prisoners being able to take guard duty
  28. [18:03] <Rumrusher> Fix crash when formal guard pops up as prisoner and trys to take guard duty.
  29. [18:04] <Rumrusher> okay I git checkout develop
  30. [18:04] <Rumrusher> and git submodule update --init
  31. [18:05] <Rumrusher> oh uhh there's only 40.01
  32. [18:06] <Rumrusher> which is a improvement from having none
  33. [18:07] <eswald> Now you can go into dfhack/library/xml and "git checkout master" to get the latest commits.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement