Did you download the source archives? If you download the binaries, they don't contain any source code.
These source archives are standard source tarballs, which you build with ./configure && make
They contain cpp files when I look inside them:
- Code: Select all
15:03:58 [joepal@utveckling mh]$ tar tfz /export/download/makehuman-0.9.1-rc1a.tar.gz | grep cpp
makehuman-0.9.1-rc1a/src/PoseTargetSelectionListener.cpp
makehuman-0.9.1-rc1a/src/UtilitybarPanel.cpp
makehuman-0.9.1-rc1a/src/UtilitiesSliderListener.cpp
makehuman-0.9.1-rc1a/src/FooterPanel.cpp
makehuman-0.9.1-rc1a/src/TooltipPanel.cpp
makehuman-0.9.1-rc1a/src/PosesBsCategoryPanel.cpp
makehuman-0.9.1-rc1a/src/PoseTargetPanel.cpp
makehuman-0.9.1-rc1a/src/PoseTargetSliderListener.cpp
makehuman-0.9.1-rc1a/src/UtilitiesPanel.cpp
makehuman-0.9.1-rc1a/src/BsPanel.cpp
makehuman-0.9.1-rc1a/src/ViewPanel.cpp
makehuman-0.9.1-rc1a/src/ToolbarPanel.cpp
makehuman-0.9.1-rc1a/src/TargetSelectionListener.cpp
makehuman-0.9.1-rc1a/src/CharacterSettingPanel.cpp
makehuman-0.9.1-rc1a/src/HandsPanel.cpp
makehuman-0.9.1-rc1a/src/PosesBsPanel.cpp
makehuman-0.9.1-rc1a/src/PosesBsPanelSelectionListener.cpp
makehuman-0.9.1-rc1a/src/ClothesPanel.cpp
makehuman-0.9.1-rc1a/src/makehuman.cpp
makehuman-0.9.1-rc1a/src/FacePanel.cpp
makehuman-0.9.1-rc1a/src/Global.cpp
makehuman-0.9.1-rc1a/src/TargetSliderListener.cpp
makehuman-0.9.1-rc1a/src/SelectorListener.cpp
makehuman-0.9.1-rc1a/src/ConsoleListener.cpp
makehuman-0.9.1-rc1a/src/Animation.cpp
makehuman-0.9.1-rc1a/src/PageBsPanel.cpp
makehuman-0.9.1-rc1a/src/BottomPanel.cpp
makehuman-0.9.1-rc1a/src/BsSelectionListener.cpp
makehuman-0.9.1-rc1a/src/SplashPanel.cpp
makehuman-0.9.1-rc1a/src/BodyPanel.cpp
makehuman-0.9.1-rc1a/src/TeethPanel.cpp
makehuman-0.9.1-rc1a/src/ImageListener.cpp
makehuman-0.9.1-rc1a/src/BsCategoryPanel.cpp
makehuman-0.9.1-rc1a/src/PageTargetPanel.cpp
makehuman-0.9.1-rc1a/src/FileTools.cpp
makehuman-0.9.1-rc1a/src/BsPanelSelectionListener.cpp
makehuman-0.9.1-rc1a/src/PosesBsSelectionListener.cpp
makehuman-0.9.1-rc1a/src/PagePosesBsPanel.cpp
makehuman-0.9.1-rc1a/src/TargetPanel.cpp
makehuman-0.9.1-rc1a/src/PosesBodyPanel.cpp
makehuman-0.9.1-rc1a/src/util.cpp
makehuman-0.9.1-rc1a/os-x/src/MACFileUtils.cpp
Animorph and mhgui are library dependencies for makehuman, so you build them first.