Slavko Kocjancic pisze:
> Hello...
>
> Now I'm totaly lost. What version to use? Is there "safe" version?
>
>   
I'm sorry I was not clear..

How to use git: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Git

Let say you have clean 'git clone' source.

Latest stable release is 2.3.5 and it's officaly released.
To get it in our source dir:
  git branch --track v2_3_branch origin/v2_3_branch
  git checkout v2_3_branch


New stable release will be 2.4.0 (it's stable but there is no official 
release and packages yet).
- Here I've fixed bugs you've reported.
- Here is halui unhome functionality.
To get it in our source dir:
  git branch --track v2.4_branch origin/v2.4_branch
  git checkout v2.4_branch


New developments are done in unstable branch master.
- Here I've fixed bugs you've reported.
- Here is halui unhome functionality.
- Here is stepgen you're need.
Notice: you have already master branch when you 'git clone'
To get it in our source dir:
  git checkout master


regards,
Michael

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to