mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: July 30 2005,03:27 |
|
You'll need to have at least gcc/make (gcc1.dsl). As far as a step-by-step, sorry but that's impossible. Every source package has different needs...it might be as simple as "configure, make, make install", but it might require more software. Read the README and INSTALL files included with the package to see what dependencies the application has. You will probably need to have some headers installed, such as X headers. Like I said, installing from deb packages is easiest, particularly in a stripped-down distro like DSL. You can download them with another machine and copy them to dsl. This requires dsl-dpkg.dsl. Install dpkg with "mydsl-load /path/to/dsl-dpkg.dsl". Install debs with "sudo dpkg -i /path/to/debfile.deb"
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|