Skip to content
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.

Latest commit

 

History

History
66 lines (37 loc) · 1.82 KB

installation.rst

File metadata and controls

66 lines (37 loc) · 1.82 KB

Installation


Windows Platform

Installation on Windows is pretty straightforward, just launch sIBL_GUI.exe. In order to support third party images formats through FreeImage you may need to install Microsoft Visual C++ 2010 Redistributable Package (x64).


Mac Os X Platform

Open sIBL_GUI.dmg and drag sIBL_GUI 4.app into the Application directory.


Linux Platform

sIBL_GUI 4 is currently not built on Linux because of several issues.

The following dependencies are needed:

To install sIBL_GUI from the Python Package Index you can issue this command in a shell:

pip install sIBL_GUI

or this alternative command:

easy install sIBL_GUI

Templates are not included by default and can be downloaded from sIBL_GUI_Templates repository.

If you want to support third party images formats through FreeImage, you will need to recompile FreeImage with the following patch over it:

Alternatively, if you want to directly install from Github source repository:

git clone git://github.com/KelSolaar/sIBL_GUI.git
cd sIBL_GUI
python setup.py install

If you want to build the documentation you will also need: