scot
Group: Members
Posts: 15
Joined: Dec. 2006 |
|
Posted: Jan. 17 2007,10:53 |
|
The tricky thing is there really is no such thing as 'Normal Linux Software.' To save space and work, Sofware is generally built around one or more libraries of exisiting code. And any given developer can decide that he just *has* to use a particular library. The most common of these are in use in most Linux distributions and pose no problem, but many cases the developer wants to use a library that is not otherwise *essential* to a Linux system. So you need this library in order for the program to work. The developer knows this and will tell you what his program 'depends on'.
Full-featured Linux distributions have packaging systems to keep track of all of this and to make it as easy as possible, saving the user from keeping track of dependencie altogether. But DSL keeps itself ultra small, and so has no (fully supported) package manager. (It is able to use Debian's dpkg/apt system to some extent, but that is more of a hack than a supportable feature).
According to its homepage, PassMark BurnIn Test has the following reqirements.
Software requirements: Linux kernel 2.6.9 or higher. X Window System X11R6. KDE 3.2 or higher. Open GL 1.2 or higher
DSL does not come standard with any of these in fact. DSL has an older kernel for size reasons and for better support of older hardware. It does not include the full X Window system, nor KDE which is a large Desktop system which itself is several times the size of DSL.
On the other hand, programs with smaller dependencies can often by made to run quite well on DSL, either by installing them with the libraries they reqire, or recompiling them for the libraries which DSL has, or some combination of both.
In your case, you may have good luck with Knoppix. It certainly contains the first three of those, and likely the last as well.
|