3.4. Compilation

The Cal3D project comes with automake/autoconf scripts and MS Visual C++ for easy compilation.

Read the compile instructions for your specific development environment below.

3.4.1. automake/autoconf

Change to the cal3d directory and execute the following commands in the shell:

  ./configure
  make
      

This should build the Cal3D library without any warning or error.

3.4.2. MS Visual C++

Start up MS Visual C++ and execute the following steps:

  1. Open the cal3d.dsw workspace file.

  2. Execute Build -> Rebuild all.

This should build the Cal3D library without any warning or error in the Release Configuration. The STL warnings that appear while compiling the Debug Configuration can be ignored.