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
$ sudo make install
For FreeBSD (and probably the other BSD's):
gmake must be used, so you will need to install that package.
Additionally you will need to tell configure the location of your TCL
installation.
$ ./autogen.sh
$ ./configure --with-tcl=/usr/local/lib/tcl8.6 MAKE="gmake"
$ gmake
$ sudo gmake install
NetBSD, OpenBSD, Solaris/Indiana and other Linux flavors have not been
tested.
So, anyone wanting to give them a stab and send patches, please do so!
Dtinfo and the doc system are still not functional in master yet. If
these are important to you, stick with the latest 2.4.0 release.
--
Jon Trulson
"This Unit must survive."
-- M5
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel