mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
interface to the user interface description and command language Tcl/Tk. It allows the implementation of graphical user interfaces in a structured and reusable way, supported by the powerful module system of Standard ML. WWW: http://www.informatik.uni-bremen.de/~cxl/sml_tk PR: ports/119640 Submitted by: Timothy Bourke <timbob at bigpond.com>
11 lines
420 B
Text
11 lines
420 B
Text
--- ./README.orig Sat Mar 31 01:43:03 2001
|
|
+++ README Sun Jan 13 11:03:51 2008
|
|
@@ -25,7 +25,7 @@
|
|
- Set environment variable SMLTK_LIB to the full path of directory lib;
|
|
- chdir to src and start SML compiler;
|
|
- case you SML-compiler of
|
|
- SML/NJ => CM.make();
|
|
+ SML/NJ => CM.make "sources.cm";
|
|
| PolyML => use "root_poly.sml";
|
|
| MoscowML => use "root_mosml.sml";
|
|
- After successful compilation:
|