On 17/04/2014 22:01, ki7mt wrote:
> Hi Bill,
Hi Greg,
>
> Thanks for the update.
>
> I've been working on building python + module for Linux, so I've not had
> a chance to test this.
>
> Have your tested any builds using Qmake on Linux or is that a
> non-starter now?
Yes, I occasionally update the qmake and lib/Makefile.linux to keep them 
working. They should still be OK but it is getting more and more 
contrived as I make more use of CMake features that don't have simple 
equivalents in qmake. For example in my working files I've just started 
using the CMake portable Fortran & C interoperability header generator 
and to keep qmake working I'll have to check in a copy of the generated 
header for qmake builds that will need occasional manual maintenance.
>
> 73's
> Greg, KI7MT
73
Bill
G4WJS.
>
>
> On 04/17/2014 02:33 PM, Bill Somerville wrote:
>> On 17/04/2014 21:25, Bill Somerville wrote:
>>
>> More info below...
>>
>>> On 16/04/2014 20:35, Bill Somerville wrote:
>>> Hi All,
>>>> I have just sent David my latest attempt at brief nothing to running
>>>> instructions. When we get them working for him I'll post again here.
>>> As promised here are the instructions for Ubuntu 13.10 (obviously adjust
>>> for your preferred directory layout etc.):
>>>
>>> You need Qt 5 or better, I just get the Linux installer from
>>> qt-project.org and install Qt 5.2.1.
>>>
>>> mkdir ~/src
>>> cd ~/src
>>> svn checkout svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx wsjtx
>>> git clone git://git.code.sf.net/u/bsomervi/hamlib u-bsomervi-hamlib
>>> cd u-bsomervi-hamlib
>>> git checkout integration
>>> mkdir build
>>> cd build
>>> ../autogen.sh --prefix=$HOME/local/hamlib --disable-shared
>>> make && make install
>>> mkdir -p ~/build/wsjtx/Release
>>> cd ~/build/wsjtx/Release
>>> cmake -D CMAKE_PREFIX_PATH=~/Qt/5.2.1/gcc_64\;~/local/hamlib \
>>>            -D CMAKE_INSTALL_PREFIX=~/local/wsjtx/Release \
>>>            ~/src/wsjtx
>>> cmake --build ~/build/wsjtx/Release --target install -- -j
>>>
>>> You should have a runnable wsjtx in ~/local/wsjtx/Release/bin
>>>
>>> These got David up and running without any other steps, YMMV depending
>>> on what packages you have installed already on your machine.
>> These instructions are for a 64-bit system. The kvasd that gets
>> installed is a 32-bit executable so you will need to install 32-bit
>> gfortran support libraries. On Ubuntu that means:
>>
>> sudo apt-get install libgfortran3:i386
>>
>> If you are building on a 32-bit machine then you just need to adjust the
>> Qt path in the CMAKE_PREFIX_PATH variable passed to the CMake configure
>> step i.e. change the 'gcc_64' to 'gcc'.
>>> 73
>>> Bill
>>> G4WJS.
>> 73
>> Bill
>> G4WJS.
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and their
>> applications. Written by three acclaimed leaders in the field,
>> this first edition is now available. Download your free book today!
>> http://p.sf.net/sfu/NeoTech
>> _______________________________________________
>> wsjt-devel mailing list
>> wsjt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to