home *** CD-ROM | disk | FTP | other *** search
/ Internet MPEG Audio Archive / IMAA.mdf / WWW / TXT / SOX10C.TXT < prev    next >
Encoding:
Text File  |  1994-06-21  |  1.6 KB  |  57 lines

  1.  
  2. SOX10C.ZIP (c) 1993 by PHADE Software
  3. =====================================
  4.  
  5. This is my DOS-port of the audio-converter called "sox".
  6.  
  7. It was compiled with Gnu's DOS-port of their GCC-compiler,
  8. called DJGCC Version 2.4.1 and NDMAKE Version 4.5. So please
  9. read the GNU-License-file 'LICENSE.GNU'.
  10.  
  11. You find the DOS executable in this distribution under
  12. 'gnudos\dos.exe'. You find another executable compiled with
  13. BorlandC 2.0 under '\dos\sox.exe'.
  14.  
  15.  
  16. NEEDS and INSTALL
  17. -----------------
  18.  
  19. What you need to build the executable is the GCC 2.4.1 for
  20. DOS (DJGCC) installed, NDMAKE 4.5 (make for DOS; the executable
  21. has to be named MAKE.EXE, MAKE.INI has to be in the Path) and
  22. a DOS-port of the Unix-Utility RM named RM.EXE.
  23.  
  24. Cause of DJGCC, the final executable is not running under
  25. DPMI (so not in a Windows-DOS-Box) nor on a 286-machine.
  26.  
  27. The Gnu-environment-executable 'GO32.EXE' has to be somewhere
  28. in the PATH. If running on a 386, the GNU-387-emulationfile
  29. 'EMU387' has to be, where the environment variable GO32 is
  30. pointing to, so if the emu-file is in D:\LIB enter:
  31.  
  32. set GO32=emu d:/lib/emu387
  33.  
  34. That should do ...
  35.  
  36.  
  37. INSTALL
  38. =======
  39.  
  40. So, if you have GCC 2.4.1 and NDMAKE 4.5 installed and RM.EXE
  41. available enter the following to build the executable
  42. in the distribution-directory (takes about 5 min. on a 486):
  43.  
  44. make
  45. copy sox.exe \     # or whereever you want it
  46. make clean
  47.  
  48.  
  49. That should do, Phade
  50.  
  51. ----------------------------------------------------
  52. PHADE SOFTWARE Leibnizstr. 30, 10625 Berlin, GERMANY
  53. Inh. Frank Gadegast          Fon/Fax: +49 30 3128103
  54.  
  55. phade@cs.tu-berlin.de               phade@contrib.de
  56.  
  57.