====== Installation of IG.Model.Processor v1.4.0.100 ======
To install IG.Model.Processor you can follow the following steps.
===== Windows x64 =====
**Tested on clean system:** Windows Server 2019/2022 and Windows 11
* Download or obtain the zip package containing all the necessary DLL files named ''IG.Model.Processor-RT_1.3.zip''.
* Download or obtain ''IG.Model.Processor_1.4.0.100.zip''.\\ This is the program .exe itself.
* Extract both zip packages into a single folder.
* Run the executable (''IG.Model.Processor.exe'').
* Even without commands or a batch file, you should get the {Cube.obj} geometry. This means the installation was completed successfully.
-----
===== Linux Ubuntu 24.04 =====
**Tested on:** Linux Ubuntu 24.04
* Obtain zip package named ''Model.Processor_linux_1.4.0.100.zip''.
* Extract the package.
* Go inside the extracted folder named ''Model.Processor_linux_1.4.0.100''. You will see a script named ''run_install.sh''.
* Make the script executable by running:
chmod +x run_install.sh
* Run the script to install all required runtimes and prepare system.
./run_install.sh
* The successful installation should print the ''--help'' command of IG.Model.Processor in the terminal.
* After installation, you can run IG.Model.Processor with your JSON files. For example:
./IG_Model_Processor --model flat --file flatPanel-104-triangle.json --output OBJ
{{ :ig:gfx:modelprocessor:flatpanel_render.jpg?400 |}}
**Simple furniture door generated using IG.Modell.Processor.exe with ''--flatpanel'' command**