BodyGen - Building Program

Once you install BodyGen source you can build the program as follows:

  • If you downloaded the Windows version of BodyGen load the bodyGen.dsw project file located at "bodyGen/visualstudio6.0/". Use the build command to generate the executable bodyGen.exe. This file will be saved at "bodyGen/visualstudio6.0/Debug/".
  • In Linux just type "make" in the "bodyGen/src/" directory (and cross your fingers). The executable file (bodyGen) will be stored in the
    directory "bodyGen/bin".

 

 

 

Back