Results 1 to 2 of 2
Hi all. I did a search, but this is a very odd thing to search for, so I ended up with nothing really relevant.
Basically, I'm writing some software that ...
- 11-28-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 4
Makefiles with a makefile
Hi all. I did a search, but this is a very odd thing to search for, so I ended up with nothing really relevant.
Basically, I'm writing some software that requires several libraries to be installed before it can run properly(sox, libmad, ezsocket, etc). I'd like to automate the whole process of installing those libraries into one set of config/make/install/whatever.
Is there a tutorial for doing this?
Thanks
-System_159
- 11-28-2007 #2
This can be done with the GNU development tools , see this Learning the GNU development tools: Preface
i always prefer to use autotool for this kind of work, let me know if you need more info .Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote