Missing "make"Forum: HD Install Topic: Missing "make" started by: mwalsh Posted by mwalsh on Feb. 24 2006,03:54
I need to compile using "make" but it's not on the CD. What do I need to have apt-get install to get make?Thanks, Mike Posted by mikshaw on Feb. 24 2006,14:15
I'm not sure what you'd need through apt-get, but you can install gcc1.dsl through the myDSL system, which will give you gcc and make.Unless you're compiling the simplest of applications, you'll probably also need some headers (also known as includes, which are often named "something-dev" to signify that they are developers' packages). Which ones you'll need depends on which application you want to compile. There are a few dev packages available through myDSL. Posted by starcannon on Feb. 24 2006,17:04
You need the kernel source, gcc, and hang on I wrote a post here somewhere...< How to Compile Stuff in DSL > Have fun just click that link it'll wisk you away to how i did it. Rob |