Note: This document is somewhat outdatedPrerequisitesIn order to build CCF you will need a standard-conformant C++ compiler. Currently you can expect CCF to compile fine with GCC and having work-around patch1 applied with MS VC7.1.
CCF uses a number of libraries from boost.
So if you don't have it installed yet then you will need to
download and build boost.
In particular If you are going to use a Makefile build then you will also need GNU make. Building with VC7.1
In order to build CCF with VC7.1 you will need to add boost include and
library paths to your search path. After having that done you can open
MSVC solution file in Building with Makefiles
Before you run 1. If you got CCF as part of ACE+TAO source code then all compatibility patches are already applied. |