HTML file. Link to it and remove the email describing it. - Link to the development homepage Suggested by: The Anarcat <anarcat@anarcat.ath.cx>
59 lines
1.8 KiB
Text
59 lines
1.8 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/en/projects/libh.sgml,v 1.9 2002/09/25 19:59:26 alex Exp $">
|
|
<!ENTITY title 'FreeBSD libh Project'>
|
|
<!ENTITY email 'freebsd-libh'>
|
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h2>Contents</h2>
|
|
|
|
<ul>
|
|
<li><a href="http://rtp1.slowblink.com/~libh/sysinstall2/aboutlibh.html">About libh</a></li>
|
|
<li><a href="#required">Project Requirements</a></li>
|
|
</ul>
|
|
|
|
<h2>Overview</h2>
|
|
|
|
<dl>
|
|
<dt>Development Homepage:</dt>
|
|
<dd><a href="http://rtp1.slowblink.com/~libh/">http://rtp1.slowblink.com/~libh/</a> (includes snapshots, screenshots, etc)</dd>
|
|
|
|
<dt>Project Mailinglist:</dt>
|
|
<dd><a href="mailto:freebsd-libh@FreeBSD.org">freebsd-libh@FreeBSD.org</a></dd>
|
|
|
|
<dt>CVS repository</dt>
|
|
<dd>Libh is available through anonymous CVS pserver (empty password):
|
|
<pre>
|
|
cvs -d :pserver:anonymous@rtp1.slowblink.com:/home/libh/cvs
|
|
</pre></dd>
|
|
</dl>
|
|
|
|
<hr>
|
|
|
|
<h2><a name="required">Project Requirements</a></h2>
|
|
|
|
<p>You'll need the following to run/test libh:</p>
|
|
|
|
<ul>
|
|
<li><a href="http://www.sigala.it/sergio/tvision/">TVision</a>
|
|
port (devel/tvision).</li>
|
|
<li><a href="http://www.scriptics.com/">TCL</a>
|
|
port (any version, I suggest 8.3) (lang/tcl83)</li>
|
|
<li><a href="http://doc.trolltech.com/">Qt 2</a>
|
|
port (currently). Note that you have to install both,
|
|
the dynamic as well as the static version (x11-toolkits/qt23
|
|
and x11-toolkits/qt2-static).</li>
|
|
</ul>
|
|
|
|
<p>There is also port of libh available (misc/libh),
|
|
which installs a snapshot of the libraries and TCL scripts.
|
|
However, it's not for development.</p>
|
|
|
|
&footer;
|
|
|
|
</body>
|
|
</html>
|