|
| View previous topic :: View next topic |
| Author |
Message |
ttt
|
Posted: Wed Jun 16, 2004 8:46 am Post subject: compiling programs |
|
|
hallo all;
what do i need to install to be able to compile source code. as far as i can see gcc is not installed. what else than gcc is needed?
by the way: congrats for your very good distro. i like it very much :-)))
|
|
|
 |
jebba
|
Posted: Wed Jun 16, 2004 8:53 am Post subject: |
|
|
You'll need gcc, glibc-devel, and a number more packages depending upon what you are compiling. To get started do:
| Code: | apt-get update
apt-get install gcc glibc-devel |
This will get enough to compile a basic .c program.
-Jeff
|
|
|
 |
|
|
|