On 1/28/15 11:38 AM, Todd Zuercher wrote: > Is there a simple way to switch from Master to 2.7?
It depends if you are building your own version of linuxcnc from git, or if you are using master packages from the buildbot. If you build linuxcnc yourself: > git checkout 2.7 > make clean all If you are using buildbot packages: Change your /etc/apt/sources.list to point to 2.7 instead of master. You should currently have a line like this: > deb http://buildbot.linuxcnc.org wheezy master-rt Change it to say 2.7-rt instead. Then you have to force apt to downgrade linuxcnc from the master version to the 2.7 version. Nothing else should need to change. -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
