Ubuntu 10.04 LTS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Ubuntu 10.04 LTS

jthornton
I'm from the LinuxCNC community formerly EMC2 and LinuxCNC is only released on LTS and the current version is Ubuntu 10.04. Is it possible to install LibreCAD on this platform? Thousands of users want to know... well maybe hundreds.

Thanks
John
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 10.04 LTS

R. van Twisk
Administrator
John,

I think this should be possible as we currently don't have anything special In LibreCAD that couldn't be done.
I was quickly scanning Google and 10.04 seems to be at Qt 4.6, recently I had a guy having a issue with
this but was solved in Master for the 2.x branch, 1.x I believe does work.

And yes, we need g-code generation from LibreCAD aswell!!



On Jul 28, 2012, at 7:04 AM, jthornton [via LibreCAD] wrote:

I'm from the LinuxCNC community formerly EMC2 and LinuxCNC is only released on LTS and the current version is Ubuntu 10.04. Is it possible to install LibreCAD on this platform? Thousands of users want to know... well maybe hundreds.

Thanks
John


If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/Ubuntu-10-04-LTS-tp5706936.html
To start a new topic under LibreCAD, email [hidden email]
To unsubscribe from LibreCAD, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 10.04 LTS

wade.palmer.ga
In reply to this post by jthornton
I am currently running LibreCAD 1.0.1 on Xubuntu 11.10 and everything seems fine. It should work just as well on other flavors of *ubuntu.

Wade


On 07/28/2012 12:04 PM, jthornton [via LibreCAD] wrote:
I'm from the LinuxCNC community formerly EMC2 and LinuxCNC is only released on LTS and the current version is Ubuntu 10.04. Is it possible to install LibreCAD on this platform? Thousands of users want to know... well maybe hundreds.

Thanks
John


If you reply to this email, your message will be added to the discussion below:
http://forum.librecad.org/Ubuntu-10-04-LTS-tp5706936.html
To start a new topic under LibreCAD-user, email [hidden email]
To unsubscribe from LibreCAD-user, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 10.04 LTS

jthornton
In reply to this post by R. van Twisk
I assume this means I need to install the source from the Git repository. I must have had an internet glitch earlier on today when I tried. I'm used to using Git with LinuxCNC being on the development team. It seems to be going ok now...

I'm on the IRC channel at the moment if you want to chat a bit...

Thanks
John
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 10.04 LTS

jthornton
Seems it is easier than you think to install on 10.04 thanks to r00t4rd3d

For Ubuntu 10.04 use:
sudo add-apt-repository ppa:showard314/librecad
sudo apt-get update
sudo apt-get install librecad

This installed 1.0.0.beta5 is that the latest version for Linux?

John
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 10.04 LTS

maqifrnswa
On Sat, Jul 28, 2012 at 10:59 AM, jthornton [via LibreCAD]
<[hidden email]> wrote:
> Seems it is easier than you think to install on 10.04 thanks to r00t4rd3d
>
> For Ubuntu 10.04 use:
> sudo add-apt-repository ppa:showard314/librecad
> sudo apt-get update
> sudo apt-get install librecad
>
> John

That is an old version of librecad, 1.0 beta 5. But it will work. You
should be able to compile it from git to work on the older ubuntus.

For the record, the newest versions are in:

sudo add-apt-repository ppa:librecad-dev/librecad-daily

Cheers,
Scott
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 10.04 LTS

jthornton
Thanks for the update Scott.

John