File: README

package info (click to toggle)
snack 2.2.10.20090623-dfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,764 kB
  • sloc: ansic: 32,662; sh: 8,558; tcl: 1,086; python: 761; makefile: 574
file content (65 lines) | stat: -rw-r--r-- 2,050 bytes parent folder | download | duplicates (11)
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
Building Snack for MacOS X

In order to use Snack you will have to install Tcl/Tk 8.4.5 or later first.
Download from
http://www.maths.mq.edu.au/~steffen/tcltk/TclTkAqua/

In order to build Snack you also need to have Apple's developer tools
installed.

Change directory to unix/ and type

./configure --with-tcl=/Library/Frameworks/Tcl.framework --with-tk=/Library/Frameworks/Tk.framework

Edit the Makefile and specify the Tcl include file directory as

/Library/Frameworks/Tcl.framework/Headers

and for the Tk include files

/Library/Frameworks/Tk.framework/Headers

now type

make


Install using:

sudo make install


-------------------------------------------------------------------

MacOS 8.x 9.x
In order to use Snack you will have to install Tcl/Tk 8.3.3 first.

Building Snack using Metrowerks CodeWarrior
-------------------------------------------------------------------
Use the CodeWarrior project file: snack.mcp.sit.hqx

You will have to specify the location of the Tcl/Tk include files
which are part of the Tcl/Tk source distribution.
This is the default compiler for the Snack Macintosh binaries.


Building Snack using MPW
-------------------------------------------------------------------
Snack can be compiled using Apple's free MPW compiler which can be
downloaded from http://developer.apple.com/tools/mpw-tools/

You will have to edit the makefile in order to specify the location of the
Tcl/Tk include files which are part of the Tcl/Tk source distribution.


Installation
-------------------------------------------------------------------
You must put the file snack.shlb in the standard library location, 
i.e. the "Tool Command Language" folder within the Extensions folder. 

You have to give Tcl scripts ample memory. This is done by marking the
wish icon and selecting Edit | Show info | Memory. 

You also have to use the 'millions of colors' display setting in order
to get spectrograms to display correctly. Failure to do this will cause
the computer to lock up when running scripts that display spectrograms.