|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
I was wondering what packages you guys would recommend for me to get if I wanted to compile some programs from source. Sid -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Package build-essential contians c/c++ compiler
aptitude install build-essential On Fri, 2007-09-28 at 21:54 -0500, Sid Arth wrote: > Hi, > I was wondering what packages you guys would recommend for me to get > if I wanted to compile some programs from source. > > Sid > > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Sat, Sep 29, 2007 at 01:02:35PM +1000, Wei Wang wrote:
> Package build-essential contians c/c++ compiler > > aptitude install build-essential The 'build-essential' meta-package is a great start. Next you will want many -dev packages. If you needed the Python galago development files than you'd install: python-galago-dev - Galago presence library (Python interface) apt-get install python-galago-dev and similar for what ever you './configure' script spits out. So 'apt-cache search xyz |grep dev' would be a way to look for dev packages which have xyz in them. -K -- | .''`. == Debian GNU/Linux == | my web site: | | : :' : The Universal |mysite.verizon.net/kevin.mark/| | `. `' Operating System | go to counter.li.org and | | `- http://www.debian.org/ | be counted! #238656 | | my keyserver: subkeys.pgp.net | my NPO: cfsg.org | |join the new debian-community.org to Debian! | |_______ Unless I ask to be CCd, assume I am subscribed _______| -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
For a specific package (eg. netpbm) which might need development
libraries. apt-get build-dep packagename In case build errors arise, try the above way. On Fri, 2007-09-28 at 23:32 -0400, Kevin Mark wrote: > The 'build-essential' meta-package is a great start. Next you will want > many -dev packages. If you needed the Python galago development files > than you'd install: > python-galago-dev - Galago presence library (Python interface) > apt-get install python-galago-dev > and similar for what ever you './configure' script spits out. > So 'apt-cache search xyz |grep dev' would be a way to look for dev > packages which have xyz in them. > > -K > -- > | .''`. == Debian GNU/Linux == | my web site: | > | : :' : The Universal |mysite.verizon.net/kevin.mark/| > | `. `' Operating System | go to counter.li.org and | > | `- http://www.debian.org/ | be counted! #238656 | > | my keyserver: subkeys.pgp.net | my NPO: cfsg.org | > |join the new debian-community.org to Debian! | > |_______ Unless I ask to be CCd, assume I am subscribed _______| > > -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|