46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
UNIX and Linux
--------------
The standard TEA config, make and install process is supported.
$ cd tcltls
$ ./configure --enable-64bit --enable-deterministic --with-builtin-dh-params-size=2048
$ make
$ make test
$ make install
The supported configure options include all of the standard TEA configure script
options, plus:
|
|
|
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
UNIX and Linux
--------------
The standard TEA config, make and install process is supported.
$ cd tcltls
$ ./configure --enable-64bit
$ make
$ make test
$ make install
The supported configure options include all of the standard TEA configure script
options, plus:
|