From b6035c9f96e0114b3024870d3bb0840189aa67b2 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 28 Dec 2005 18:20:01 +0000 Subject: [PATCH] Updated WSJT_Source_Cose.txt git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/WSJT/trunk@26 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- WSJT_Source_Code.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/WSJT_Source_Code.txt b/WSJT_Source_Code.txt index 7b1666d86..094563c92 100755 --- a/WSJT_Source_Code.txt +++ b/WSJT_Source_Code.txt @@ -91,7 +91,7 @@ runtime priorities in both Windows and Linux. 6 Partial List of Functions and Subroutines, and their purposes - Audio.f90 Routines for audio startup, decoding, display computations + Routines for audio startup, decoding, display computations blanker.f90 Noise blanker fivehz.f90 Called by PortAudio callback flat2.f Flatten the spectrum for waterfall display @@ -251,16 +251,16 @@ Linux Windows Function (Windows). g99 g99.bat Runs all of the g[0-3] scripts. -The final two build steps have not yet been tried in Linux. In Windows, -these steps produce a distributable file WSJT6.EXE that contains all -necessary software components, so that the user does not need to install -Python or any of its other extensions. +These steps produce a distributable file WSJT6.EXE (Windows) or wsjt6 +(Linux) that contains all necessary software components, so that the +end user does not need to install Python or any of its other +extensions, or the compilers. -8 Present status (December 20, 2005) +8 Present status (December 28, 2005) -WSJT version 5-9-2d is fully functional in Windows. The Linux version -can be used to decoded recorded files, but real-time audio I/O has not +WSJT version 5-9-2 r25 is fully functional in Windows. The Linux version +can be used to decode recorded files, but real-time audio I/O has not yet been implemented.