Update of "Building on MacOSX"
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 614997577c9ab7c545a96d09dd9a5215d88cc33d
Page Name:Building on MacOSX
Date: 2013-12-12 12:40:53
Original User: hypnotoad
Parent: ef934c826f03b67a20feda14c438223fe673bfe9
Content

Back to Building.

Build steps for on generic Unix like environments:

fossil clone http://3dcanvas.tcl.tk/fossil canvas3d.fos
mkdir canvas3d
cd canvas3d
fossil open ../canvas3d.fos
sh configure
make
wish8.5 ../canvas3d/demo/triangles.tcl
# Install
sudo make install