DSL Tips and Tricks :: make



I've got a USB Wlan Stick from Fritz! (Fritz! Wlan USB Stick).
There is a problem using it with Damn Small Linux. Ndiswrapper isn't working with the .inf files of the Stick but now AVM made a driver for Linux Suse 10.2, 10.0 and 9.3
But I want to use it with DSL and now I found this info file on the Homepage of AVM. There is described how to do 'makefile'.
I'm not using Linux for long now and I don't know how to translate the Suse package to a DSL package. Can anyone help? I never used makefile bevore.
The link to the file is : http://www.avm.de/files.....tar.gz

There you open /fritz and the help file for making a makefile is "compile-help-english.txt" or in german "compile-help-german.txt"

P.S. i downloaded gnu-utils.dsl and dsl-dpkg.dsl from http://distro.ibiblio.org/pub/linux/distributions/damnsmall/mydsl/

great side!! if you could please load the package there when its ready? would be very nice :)

makefiles are used by "make" and typically include instructions for compiling.

You can install one of the gcc1* packages which should include most of the basic things you need.


original here.