<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/scotty-tkined/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/scotty-tkined/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 14 Mar 2015 20:29:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/scotty-tkined/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Mark Newnham</title><link>https://sourceforge.net/p/scotty-tkined/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,38 @@
-Welcome to your wiki!
+# Getting the software going again after 20 years
+This was the software I used on a day-to-day basis for managing my corporate network back in 1995. It was the first open source project I contributed to, writing the user guide [Getting Started With Tkined] and now I need a simple, easy to manage visual network management tool again. It only took about 4 hours of digging around the internet to get to this point where I can start testing the underlying network management tools. The greatest feature of this software is the ability to do pretty sophisticated device monitoring using tools like SNMP with ease.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+# Platform
+Debian 7.8 64 Bit Linux running in an Oracle Virtualbox VM. There was a version of the software that ran under Windows but the last known platform I remember it running on was NT Workstation 4.0

-The wiki uses [Markdown](/p/scotty-tkined/wiki/markdown_syntax/) syntax.
+# Additional Software 
+## ActiveState ActiveTcl 8.6. 
+The software is written in a language called Tcl/Tk, which is pretty obscure these days. Fortunately [ActiveState](http://activestate.com/activetcl) is the maintainer of the package, and it installs and runs flawlessly on Debian.

-[[members limit=20]]
-[[download_button]]
+##  X11 Libraries
+`apt-get install libX11-dev`
+
+The software needs to be built from source, so you need to be comfortable with configure and make. The full set of development tools, gcc make etc needs to be installed. after downloading the source tree, go to the unix directory and run:
+
+`./configure`
+
+`make`
+
+`make install`
+
+# Installation Notes
+Right now, the installation doesn't complete cleanly, because of some path issues.
+
+
+`ln -s /opt/Activestate-8.6/lib/libtcl8.6.so /lib/libtcl8.6.so`
+
+`ln -s /opt/Activestate-8.6/lib/libtk8.6.so /lib/libtk8.6.so`
+
+`cp -r /usr/local/lib/scotty* /opt/Activestate-8.6/lib`
+
+`cp -r /usr/local/lib/tnm*    /opt/Activestate-8.6/lib`
+
+`cp -r /usr/local/lib/tkined* /opt/Activestate-8.6/lib`
+
+`added export TCLLIBPATH=/opt/Activestate-8.6/lib to .bashrc`
+
+made sure the 'scotty' could be found in the path when executed as root
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Newnham</dc:creator><pubDate>Sat, 14 Mar 2015 20:29:50 -0000</pubDate><guid>https://sourceforge.netba4975ee39c0217bc4a9b073308bcda7533bed5b</guid></item><item><title>Home modified by Mark Newnham</title><link>https://sourceforge.net/p/scotty-tkined/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/scotty-tkined/wiki/markdown_syntax"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/mnewnham"&gt;Mark Newnham&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-55049a3b0910d411501a4d89" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Newnham</dc:creator><pubDate>Sat, 14 Mar 2015 20:29:48 -0000</pubDate><guid>https://sourceforge.net1467208b2bab1d9b682991c569a8982bddcb5914</guid></item></channel></rss>