Compilation

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

Read the compile instructions for your specific development environment below.

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.

kdevelop

Start up kdevelop and execute the following steps:

  1. Open the cal3d.kdevprj project file.

  2. Execute Build -> Autoconf and automake.

  3. Execute Build -> Configure... without arguments.

  4. Execute Build -> Make.

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

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.