comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier <gautier@fakeaddress.nil>
Subject: Re: GNAT & GPS on Linpus Linux
Date: Sat, 18 Apr 2009 21:30:11 +0200
Date: 2009-04-18T21:30:11+02:00	[thread overview]
Message-ID: <49ea2a85$1_3@news.bluewin.ch> (raw)
In-Reply-To: <49e0f469$1_3@news.bluewin.ch>

A followup on that topic, now that I have GNAT (GPL 2008)
running on this netbook:

In case it could help people in a similar context,
here are the steps to successfully install GNAT on a
machine with a pre-installed "Linpus Lite" Linux system.
The first two steps are rather to facilitate the
installation of any software and are not specific to GNAT.

1) From the UI, start xfce_settings_show (you get it
through a terminal window (file manager: File menu) or
via Alt-F2).
Select the "Desktop" icon, the "Behavior" tab and enable
the "show desktop menu on right click" option.

2) From the Desktop menu available now, you have access
to *lots* of things (applications, options) you hadn't
access to before. Select System, then Add/Remove software.
Install any gcc-based development tool. It is for having
the "make" utility available as well as the right libraries
in the right place (/usr/lib) for the GNAT linking to
complete successfully. The proposed Ada pack is superfluous
(a very old version).

3) Download the GPL GNAT from http://libre.adacore.com/
and unpack it some directory.

4) In a terminal window, go to directory of step 3 if necessary
and type sudo ./doinstall and say yes to all questions...

5) To have GNAT available from any directory, you need to
change the path: in the /home/user/.bashrc file, add the line:
export PATH=/usr/gnat/bin:$PATH

-- 
_________________________________________________________
Gautier's Ada programming -- http://sf.net/users/gdemont/
NB: For a direct answer, e-mail address on the Web site!



  reply	other threads:[~2009-04-18 19:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-02 12:01 GNAT & GPS on Linpus Linux gautier_niouzes
2009-04-02 14:22 ` Georg Bauhaus
2009-04-02 16:12   ` gautier_niouzes
2009-04-02 19:59     ` Ludovic Brenta
2009-04-18 15:36       ` Gautier
2009-04-02 23:43 ` anon
2009-04-07 10:03 ` Alex R. Mosteo
2009-04-09 22:34   ` Brian Gaffney
2009-04-11 19:49   ` Gautier
2009-04-18 19:30     ` Gautier [this message]
2009-04-30 10:09     ` Alex R. Mosteo
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox