Jump to content

RattleCAD User Manual/Resources: Difference between revisions

From Wikibooks, open books for an open world
[checked revision][unreviewed revision]
Content deleted Content added
Created page with "== Ressources =="
 
Line 1: Line 1:
== Ressources ==
=== Ressources ===
==== Tcl/Tk ====
rattleCAD is written based on TclTk.
* [http://en.wikipedia.org/wiki/Tcl Tcl on wikipedia]
* [http://www.tcl.tk/ Tcl Developer Xchange!]
* [http://www.activestate.com/activetcl/downloads download Tcl/Tk from ActivState]
rattleCAD recommends to use the Tcl/Tk installation-Package from ActiveState. <br>
current Recomendation: 8.5.15.0

==== Ghostscript ====
rattleCAD uses Ghostscript to create postscript- and pdf-files.<br />
You can download Ghostscript here: [http://www.ghostscript.com/download/gsdnld.html Ghostscript download] <br />
Currently rattleCAD uses the 32-bit Version of Ghostscript.<br />
<br />
To use Ghostscript from any other location on your computer or if rattleCAD <br />
cannot find Ghostscript itself, there is an option to configure ghostscript for rattleCAD manually. <br />
<br />
.rattleCAD_&lt;yourPCName&gt;.init
<nowiki><exec>
...
<exec name="gs">C:/Program Files (x86)/gs/gs9.14/bin/gswin32c.exe</exec>
...
</exec></nowiki>

==== GhostView ====
rattleCAD uses GhostView to view postscript-files.<br>
You can download Ghostscript here: [http://pages.cs.wisc.edu/~ghost/ GhostView download] <br>

{{bookcat}}

Revision as of 14:21, 15 June 2014

Ressources

Tcl/Tk

rattleCAD is written based on TclTk.

rattleCAD recommends to use the Tcl/Tk installation-Package from ActiveState.
current Recomendation: 8.5.15.0

Ghostscript

rattleCAD uses Ghostscript to create postscript- and pdf-files.
You can download Ghostscript here: Ghostscript download
Currently rattleCAD uses the 32-bit Version of Ghostscript.

To use Ghostscript from any other location on your computer or if rattleCAD
cannot find Ghostscript itself, there is an option to configure ghostscript for rattleCAD manually.

.rattleCAD_<yourPCName>.init

   <exec>
        ...        
        <exec name="gs">C:/Program Files (x86)/gs/gs9.14/bin/gswin32c.exe</exec>
        ...
    </exec>

GhostView

rattleCAD uses GhostView to view postscript-files.
You can download Ghostscript here: GhostView download