Apps :: cd burning



in case you are wondering how to install, its very simple.

step 1: download this - http://prdownloads.sourceforge.net/bashbur....ownload .   just save it in /ramdisk/home/damnsmall . i think it is the default directory.

step 2: go to the xterminal and type:   tar zxvf BashBurn-1.3rc1.tar.gz

step 3: type    cd bashburn-test

step 4: type    sudo su

step 5: type    ./Install.sh

you're done!

to run it open xterminal and type    cd bashburn-test

then type BashBurn.sh

BashBurn is not a stand alone unit, but a front end for cdrecord and mkisofs.  Nice program though...
oh. well, im off searching for more small progs for dsl
wait. even if it is a frontend it will still work right? hope so.
HI...
Sure they work fine but that bash-"programm" is just a dialog for cdrecord. Which is not THAT small anymore and cdrdao and so on. It's an enhancement to think about (cdrecord in general) but it takes up quite some place...
It's not SO easy to find Apps for DSL.
Check for dependices and necessary shared libraries!

Code Sample
ldd [I]program[/I]


does the job.
When compliing for yourself you can try the -static option which links all used libs into the executeable but it really gets big this way.
Even the smallest C-programs gain a lot of size this way when not written efficient. So again it makes sense to re-code necessary functions instead of linking whole libs...

Maybe [BIG]CDRECORD[/BIG] is an App to be considered anyhow ;-)

Bye,

Enthusi

Next Page...
original here.