Dean Hedin wrote: >Does the Ubuntu EMC2 CD also install all the emc2 source code? > >The reason I ask is that I am still using probing so I have not made the leap >from the old EMC. > >But if the source is there and I can easily rebuild emc2 then I would not mind >upgrading and taking the chance that I could get probing into a functional >state. > > The source isn't installed by default. In fact, the default Ubuntu install doesn't even have gcc ;)
You can get everything you need with some combination of the following: (I know there's some overlap, but I'm not positive of exactly which subset of commands you need) sudo apt-get build-dep emc2 emc2-axis sudo apt-get install emc2-dev You may also need some other packages like yapps2. See section 3 of <http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Installing_EMC2> for more info. - Steve ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
