home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Audio / editor / SynthBuilder.README < prev    next >
Encoding:
Text File  |  1993-11-12  |  1.3 KB  |  37 lines

  1. Installing SynthBuilder
  2.  
  3. SynthBuilder is available from ccrma-ftp.  You will need approximately 12 MB of disk space for installation of the source code, help files, and application directory.
  4.  
  5. To get SynthBuilder, issue the following commands from a UNIX shell on a system that is connected to the Internet:
  6.  
  7.     % ftp ccrma-ftp.stanford.edu 
  8.     <login in with user name = anonymous, 
  9.      password = your mail address> 
  10.     ftp> cd pub 
  11.     ftp> binary 
  12.     ftp> get SynthBuilder.tar.Z
  13.  
  14. This will create a file in your directory called SynthBuilder.tar.Z.  Copy it to some place you like and then do the following:
  15.  
  16.     % uncompress SynthBuilder.tar.Z 
  17.     % tar -xvf SynthBuilder.tar 
  18.  
  19. Now you should have a directory called SynthBuilder, and you're ready to compile and link provided you have an installed copy of
  20. the MusicKit 4.0 release, which you can get from ccrma-ftp.  
  21.  
  22. See ccrma-ftp: /pub/MusicKit.README
  23.  
  24. Assuming you got this far, the following command will compile, link, and install SynthBuilder in ~/Apps/SynthBuilder.app.
  25.  
  26. Please look at the Makefile first, just so you have an idea of what's going to happen.  In particular, you can change INSTALLDIR variable to something other than ~/Apps/SynthBuilder.app
  27.  
  28.  
  29.     % cd SynthBuilder
  30.     % make install
  31.  
  32. Please send mail to nick@ccrma.stanford.edu if you have any questions.
  33.  
  34.  
  35.  
  36.  
  37.