Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 18 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 18

Do I run this command from a terminal window.

sudo apt-get install build-essential

Yes. I'm sorry I haven't followed this thread to know exactly
what you wish to do, but I use my Ubuntu 8.04 (formerly 7.10
before the auto-upgrade earlier this year (which was impressive))
for all my astronomy apps (compiling a lot of programs) and here's
the full sequence from my CHANGELOG of what I found necessary to
be able to build the programs I wanted:

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade
$ sudo apt-get install build-essential
$ sudo apt-get install manpages-dev
$ sudo apt-get install manpages-posix-dev
$ sudo apt-get install manpages-posix
$ sudo apt-get install libc6-dev
$ sudo apt-get install gcc-doc
$ sudo apt-get install libx11-dev
$ sudo apt-get install xorg-dev
$ sudo apt-get install x11proto-print-dev
$ sudo apt-get install libxp-dev
$ sudo apt-get install apt-file
$ sudo apt-get install devscripts fakeroot

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Atheros Wireless Or get search suggestion and latest updates.


Tagged: