Update (2011/09/05): Updated the instructions for cfengine 3.2.0, cygwin 1.7.9, and tested them on a clean cygwin install.
Installing the cfengine community edition under Windows (the commercial version includes native Windows support) is fairly easy under cygwin, you just need to have the appropriate dependencies installed. Here’s how I did it.
Versions
- cfengine: 3.2.0
- Windows 7 Enterprise SP1/64bit
- cygwin: 1.7.9-1
Additional cygwin packages needed
To install these, run cygwin’s setup.exe, search for each packages in turn, and install them. Make sure you agree to install any additional packages that are listed as dependencies (setup.exe will ask you about it).
- make
- gcc
- libdb4.5
- libdb4.5-devel
- openssl-devel
- libpcre-devel
- bison (will install m4 as a dependency, say "Yes")
- flex
How to compile and install
- Unpack cfengine-3.2.0.tar.gz:
tar zxvf cfengine-3.2.0.tar.gz
cd cfengine-3.2.0
./configure
make
make install
That should be it. Remember that there is some functionality missing in the community edition under Windows (for example, userexists() does not return correct results). If you want full Windows support (including native features like registry editing, etc.) you have to use the commercial edition of cfengine. But for most purposes, the community edition works just fine.
If you have different experiences, or with different versions of Windows, please let me know! I'll update these instructions as needed.