mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: June 19 2008,12:39 |
|
I don't know if this is what you were getting at, but it seems that dialog, when built in DSL, requires nothing that wouldn't be required by any other app (libncurses being the possible exception, but a necessity for the interface)
Code Sample | dsl@bungle:~$ ldd bin/dialog libncurses.so.5 => /lib/libncurses.so.5 (0x40019000) libc.so.6 => /lib/libc.so.6 (0x40055000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) |
This was built in DSL 4.3 using compile-3.3.5.uci
I assume debian-utils would include basic commands that are used by many applications, but just guessing.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|