gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnucap-devel] CMake WIP


From: Kevin Zheng
Subject: [Gnucap-devel] CMake WIP
Date: Sat, 27 Jul 2013 11:39:12 +0800
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130628 Thunderbird/17.0.7

Hi everyone,

Al has given me write access to the repository to do a bit of hacking on
the concept of getting Gnucap to build with CMake. My work so far has
been pushed to a branch called 'cmake' and is still very much
work-in-progress.

A brief rant about CMake: it's a cross-platform Makefile generator.
CMake tramples over the build files and creates build instructions for a
variety of build systems, including Make, NMake, and several IDE project
files (including Visual Studio). The hope is that we get to support
several systems without rewriting the build system.

Current status of the branch:
 - A few checks are performed, but not put into 'config.h'
 - Parts of the program can be built (apps/ is totally missing)
 - Partially implemented patchlev.h with version info
 - Due to CMake limitations, temporarily rename the gnucap executable to
'gnucapui' (this DEFINITELY will be fixed)
 - And in other words, WIP :)
 - Almost coexists with autotools (when I fix patchlev.h)

I'm looking for someone to help me understand how stuff in apps/ is
built (I can't seem to understand from Makefile.am). The branch is not
ready for testing (unless you're ready to be disappointed).

Thanks,
Kevin Zheng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]