Return-Path: Received: from post.thorcom.com (post.thorcom.com [195.171.43.25]) by mtain-dd06.r1000.mx.aol.com (Internet Inbound) with ESMTP id A4562380000B9; Mon, 29 Oct 2012 16:31:41 -0400 (EDT) Received: from majordom by post.thorcom.com with local (Exim 4.14) id 1TSvyy-0008FG-V2 for rs_out_1@blacksheep.org; Mon, 29 Oct 2012 20:30:48 +0000 Received: from [195.171.43.32] (helo=relay1.thorcom.net) by post.thorcom.com with esmtp (Exim 4.14) id 1TSvyy-0008F7-ET for rsgb_lf_group@blacksheep.org; Mon, 29 Oct 2012 20:30:48 +0000 Received: from ppa01.princeton.edu ([128.112.128.213]) by relay1.thorcom.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1TSvyw-0002Kb-C7 for rsgb_lf_group@blacksheep.org; Mon, 29 Oct 2012 20:30:47 +0000 Received: from csgsmtp200l.Princeton.EDU (csgsmtp200l.Princeton.EDU [128.112.130.131]) by ppa01.Princeton.EDU (8.14.4/8.14.4) with ESMTP id q9TKUibR003072 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 29 Oct 2012 16:30:44 -0400 Received: from [192.168.1.3] (pool-173-61-149-45.cmdnnj.fios.verizon.net [173.61.149.45]) (authenticated bits=0) by csgsmtp200l.Princeton.EDU (8.13.8/8.12.9) with ESMTP id q9TKUhbX001545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 29 Oct 2012 16:30:44 -0400 Message-ID: <508EE773.8010707@princeton.edu> Date: Mon, 29 Oct 2012 16:30:43 -0400 From: Joe Taylor User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: rsgb_lf_group@blacksheep.org References: <508ED9A6.5050101@princeton.edu> <508EE03D.20009@legal-medicine.de> In-Reply-To: <508EE03D.20009@legal-medicine.de> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.431,0.0.0000 definitions=2012-10-29_03:2012-10-29,2012-10-29,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=quarantine_notspam policy=quarantine score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1210290240 X-Spam-Score: -2.9 (--) X-Spam-Report: Spam detection software, running on the system "relay1.thorcom.net", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: DF3LP wrote: > Is there any kind of Unix/Linux code of WSJT-X available? The code is open source. If you know what you're doing, you can download everything with the command [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [128.112.128.213 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.6 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-Scan-Signature: e90dcb17768c7e768f13e0721cc1c0c7 Subject: Re: LF: WSJT-X v0.2, r2702 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on post.thorcom.com X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-SA-Exim-Scanned: Yes Sender: owner-rsgb_lf_group@blacksheep.org Precedence: bulk Reply-To: rsgb_lf_group@blacksheep.org X-Listname: rsgb_lf_group X-SA-Exim-Rcpt-To: rs_out_1@blacksheep.org X-SA-Exim-Scanned: No; SAEximRunCond expanded to false x-aol-global-disposition: G x-aol-sid: 3039ac1d4092508ee7ad484a X-AOL-IP: 195.171.43.25 X-AOL-SPF: domain : blacksheep.org SPF : none DF3LP wrote: > Is there any kind of Unix/Linux code of WSJT-X available? The code is open source. If you know what you're doing, you can download everything with the command $ svn co svn://svn.berlios.de/wsjt/branches/wsjtx With all necessary compiler tools in place, you can compile library libjt9.a and some JT9 utilities with the command $ cd wsjtx/lib $ make Then open wsjtx.pro in QtCreator and compile wsjtx from there. You will probably need to readjust some paths in makefiles to suit your system. (All of this is very easy, once everything is in place; but getting everything configured properly may not be easy, the first time.) -- 73, Joe, K1JT