Start up and Configuration: Difference between revisions

From FreeCAD Documentation
No edit summary
 
No edit summary
Line 1: Line 1:
== Command line parameter ==



== The Config set ==
== The Config set ==
Line 9: Line 11:
|+ User config entrys
|+ User config entrys
|-
|-
! Lib name !! Version needed !! Link to get it
! Config var name !! Synopsis !! Example M$ !! Example Posix (Linux)
|-
| Python || >= 2.3.x || http://www.python.org/
|-
| OpenCasCade || >= 5.2 || http://www.opencascade.org
|-
| Qt || >= 3.2.x || http://www.troll.no
|-
| Coin3D || >= 2.x || http://www.Coin3D.org
|-
| SoQT || >= 1.2 || http://www.Coin3D.org
|-
| Xerces-C++ || >= 2.3.x || http://xml.apache.org/xerces-c/
|-
| GTS || >= 0.7.x || http://gts.sourceforge.net/
|-
| Zlib || >= 1.x.x || http://www.zlib.net/
|-
|-
| Wild Magic || >= 3.x || http://www.geometrictools.com/
| ExeName || Name of the Executable file || FreeCAD.exe || FreeCAD
|-
|-
| Boost || >= 1.33.x || http://www.boost.org/
| OpenCasCade || >= 5.2 || http://www.opencascade.org ||
|}
|}

Revision as of 11:21, 17 February 2007

Command line parameter

The Config set

On every Startup FreeCAD examine its surrounding and the command line parameter and build up a configuration set which hold the essence of the runtime information. This information is later used to determine the place where to save user data or log files. Its also very important for post postmortem analyzes. There fore it get saved in the log file.


User related

User config entrys
Config var name Synopsis Example M$ Example Posix (Linux)
ExeName Name of the Executable file FreeCAD.exe FreeCAD
OpenCasCade >= 5.2 http://www.opencascade.org