> I'm trying to compile awesome 3.0. I've installed all dependencies and tried > to run ./configure as described on the web site. But there *isn't* a > configure file. Could anyone point me in the right direction? The awesome 3.x doesn't use autoconf stuff. It uses cmake and make, the doc what did you read describes the awesome 2.x building. So, read the awesome-3.x/README file:
Building and installation ------------------------- After extracting the dist tarball, run: make This will create a build directory, run cmake in it and build awesome. After the building done, you can type this to install: make install # might need root permissions Zsolt -- To unsubscribe, send mail to [EMAIL PROTECTED]
