Hi Duro,

There is a much newer version of dev-guide in SVN, but has not been 
posted yet to Joe's Website yet. However the Linux section is still 
being worked on, so would not be much help anyway.

Bill may be able to give you a quick build setup for WSJT-X.

I've also been working on (slowly) a set of tools to build all 5 apps on 
Linux. If your running Ubuntu 14.04+, Mint-17 or friends that are based 
on 14.04 repos, you could use the jtsdk-nix too build WSJT-X and WSPR:

Bare in mind, this is very much a work in progress:

Open a Terminal, and check out jtsdk-nix:
svn co https://svn.code.sf.net/p/wsjt/wsjt/branches/doc/jtsdk-nix

Change directories to ./jtsdk-nix and run setup:
./setup.sh

That *should* download and build Hamlib3 + other dependencies that are 
needed, just follow the prompts.

The Run, jtsdk-nix, and select WSJT-X
./jtsdk-nix.sh

Select WSJT-X from the menu. It should build and install to:

Installing: ../jtsdk-nix/wsjtx/cmake/install/Release/bin/wsjtx

Again, this build method is in very early stages.

73's
Greg, KI7MT


On 07/11/2014 02:30 PM, Juraj Buliscak wrote:
> This way is described in official page
> http://physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjt-dev-guide.html
>
> So, how to correctly compile wsjtx from source or where is it described?
>
> TNX,
>
> Duro, OM0XA
>
>
> On Pi, 2014-07-11 at 20:46 +0100, Bill Somerville wrote:
>> On 11/07/2014 19:47, Juraj Buliscak wrote:
>>> Hi.
>> Hi Duro,
>>> In file:
>>> [r4201]: branches / doc / dev-guide / scripts / wsjtx-compile.sh
>> I'm not sure this script is the correct way to build WSJT-X. Revision
>> number detection is handled fully by the CMake scripts and that is the
>> preferred way to build WSJT-X. Anything that uses the Subversion keyword
>> substitution to determine product revision is unreliable.
>>> Must be changed:
>>>
>>>
>>> diff wsjtx-compile_old.sh wsjtx-compile.sh
>>>
>>> 18c18
>>> < rev_num=$(grep -i "rev=" mainwindow.cpp |awk '{print $3}')
>>> ---
>>>> rev_num=$(grep -i "rev:" mainwindow.cpp |awk '{print $4}')
>>>
>>> because in mainwindow.cpp in line 72 is:
>>>
>>>     m_revision {revision ("$Rev: 4182 $")},
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Duro, OM0XA
>> 73
>> Bill
>> G4WJS.
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to