File: Release-8.1.0.txt

package info (click to toggle)
tix 8.4.3-4
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 8,448 kB
  • ctags: 6,844
  • sloc: ansic: 28,077; tcl: 22,774; python: 7,577; makefile: 332; cs: 253; sh: 185; perl: 128
file content (88 lines) | stat: -rw-r--r-- 2,153 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
$Id: Release-8.1.0.txt,v 1.1 2000/11/03 03:20:42 idiscovery Exp $

============
BUILDING TIX
============
1. You must have a recent source distribution of Tcl/Tk installed (we
   have tested with and 8.0.5 and 8.2.3). Stubs are not yet supported.

2. For Unix,  Change to unix, then

sh configure

   DO NOT make yet.
   
   You may find the configure options --prefix, and 
   --with-tclconfig, --with-tkconfig useful. For help on the options, run
   	sh configure --help
   
   For example, I prefer to install Tix to
   /home/tmp, so I use something like this:

        sh ./configure \
            --prefix=/home/tmp --enable-gcc --enable-shared \
            --with-tclconfig=../../tcl8.2.3 \
            --with-tkconfig=../../tk8.2.3

    Next, choose the subdirectory that corresponds to your Tcl version,
    and change to that directory
	cd tk8.2
	
    Configure and compile with:

	./configure
	make > make.log

      or in the example above
  
         sh ./configure \
            --prefix=/home/tmp --enable-gcc --enable-shared \
            --with-tclconfig=../../../tcl8.2.3 \
            --with-tkconfig=../../../tk8.2.3


   Before running "make", you can edit the Makefile and change the -O
   compile option to -O2 for slightly better performance with gcc/egcs.

   If the compile failed for some reason, you can look at the file
   make.log for clues.

3. If the compile is successful, you should now be able to run it:

	./tixwish
	cd ../../tests
        source Driver.tcl
   This will bring up a demo window with lots of Tix megawidgets.

4. You can now run the test suite if you wish and install Tix:
      make tests [optional]
      make install
    
   Then install in the unix/ directory
   
   	cd ..
	make install
	
	


========================
NOTES ON FUTURE RELEASES
========================

1. If you are interested in support see the web site at:
   http://www.sourceforge.net

2. Support for all versions of Tcl/Tk preceding 8.0 is now discontinued.

====================
CHANGES in tix-8.1.0
====================

1. Added RedHat's Source Navigator's approach to configure.

2. Changed Tix version number to 8.1