Advertisement
Guest User

Untitled

a guest
Dec 7th, 2010
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. got installed from CD the ubuntu 8.0.4 with emc 2.3.0
  2.  
  3. Open my terminal and type this:
  4. sudo apt-get install git-core gitk git-gui
  5. git clone git://git.linuxcnc.org/git/emc2.git emc2-dev
  6. cd emc2-dev
  7. git branch --track v2_3_branch origin/v2_3_branch
  8. git checkout v2_3_branch
  9. git checkout v2.4.6
  10.  
  11.  
  12. then it say: "do you want to merge this bracnhe..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement