Hello,
CDE 2.4.0 is now released.
It's been uploaded to SF, and should start filtering out to the mirrors
soon.
Thanks again to everyone who contributed to this release.
Note: this will be the last release supporting imake/Imakefiles for
building.
The autotools-conversion branch will be merg
Hi,
As previously threatened, the autotools-conversion branch has been
merged into master and deleted. :)
So building things of course has changed.
You will need to have autoconf, automake, and libtool packages installed.
Building looks like this:
Linux:
$ ./autogen.sh
$ ./configure
$ make