[cdesktopenv-devel] CDE 2.4.0 (stable) has been released

2021-07-03 Thread Jon Trulson
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

[cdesktopenv-devel] autotools-conversion branch merged to master

2021-07-03 Thread Jon Trulson
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