Difference between revisions of "Documentation:Installing MakeHuman"

From MakeHuman Community Wiki
Jump to: navigation, search
Line 12: Line 12:
 
== Windows 10/11 ==
 
== Windows 10/11 ==
  
Download the zip file from the from the download page [http://www.makehuman.org/download.php download page]. Then simply unzip it where you prefer, and double click on makehuman.exe to start the application. No installation is needed.
+
Download the zip file from the from the download page [http://download.tuxfamily.org/makehuman/releases/makehuman-community-1.2.0-windows.zip download page]. Then simply unzip it where you prefer, and double click on makehuman.exe to start the application. No installation is needed.
  
 
== Mac OS X ==
 
== Mac OS X ==

Revision as of 15:56, 23 April 2022

MakeHuman can be downloaded here [1]. Later in the development life cycle, it might make sense to download nightly builds, which are found here: [2]. Nightly represent the latest developmental updates and are not guaranteed to be stable.

Currently, the latest release is MakeHuman 1.2.0. For version 1.2.0, you can go directly to [3] where you can find links for the release notes, the downloads for various platforms, and a list of know issues. If you are also a Blender user, the tools in this MakeHuman version are designed to to work with Blender 2.83 or later.

System Requirements

You will need about half a gigabyte of free disk space.

In order to use some realtime materials and obtain the best from the internal rendering engine, it's required an average quality graphic card, produced after the year 2006. In general, your graphics card should support OpenGL Shading Language (GLSL) version 1.2 or above. There have been reports that the model colors are corrupted on some older Intel Graphics cards (often appearing blue and black). If you experience this, a possible work-around is to start MakeHuman™ with the "--noshaders" command line switch. On Windows, this switch can be added to your shortcut. See also FAQ:MakeHuman renders odd colours and weird transparency artefacts. Can you help me?

Windows 10/11

Download the zip file from the from the download page download page. Then simply unzip it where you prefer, and double click on makehuman.exe to start the application. No installation is needed.

Mac OS X

Download the DMG file from the download page download page. Once downloaded, mount the disk image and drag the MakeHuman app into your Applications folder. MakeHuman supports Snow Leopard and newer.

Linux

At the point of writing this, the newest stable release is only available via PPA, see [4]. This should work on all debian derivatives. Other Linux distributions will need to run from source.

Installing from source

If you want to play around with the code, follow the latest development, or are having trouble with the prepackaged binaries you can run from a source clone from BitBucket. This requires that you have installed python 2.7 and a set of other dependencies. See Documentation:Running_MakeHuman_from_source for more information.