> Hi! > > I already tired...I work in dwm on freebsd, but now I need from linux, > and cannot install from source dwm. My Os is Ubuntu x64 latest, I unpack > and 'make clean install', and nothing. > My question, if you have or know a resource that have instruction to > install dwm on ubuntu I would be glad. > > This is not working to me: > > > sudo apt-get build-dep dwm > > apt-get source dwm > > sudo apt-get -b source dwm > > sudo dpkg -i dwm*.deb >
Find out what packages dwm depends on. Then append a "-dev" to all the package names and install them. (libx11 becomes libx11-dev, etc) Roman