Re: [wsjt-devel] Build instructions

2017-08-29 Thread Richard Stanley via wsjt-devel
build-wsjtx package
will give you a self installing file.

Richard G7OED

From: Tom Melvin
Sent: Tuesday, August 29, 2017 10:43 PM
To: WSJT software development
Subject: [wsjt-devel] Build instructions

Hi

Simple question - or can someone point me at related docs.


Downloaded the JTSDK  (For Windows), followed details on and managed to compile 
wsjtx without error.

I used the build-wsjtx ‘rinstall' command to build a release version - is there 
a command that will build wsjtx and all required ‘add ons’ libs etc to allow me 
to upgrade an existing install.


Thanks


Tom GM8MJV







--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot



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


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] Build instructions

2017-08-29 Thread Black Michael via wsjt-devel
That exactly what that build command does.
All you need to do is copy the files over your existing installation.
Or you can build "package" instead which makes an installation executable...but 
it takes quite a bit longer than just copying the files.
Like this:
xcopy \JTSDK\wsjtx\devel\qt55\1.7.1\Release\install\*.* \WSJT\wsjtx /s /y


de Mike W9MDB 

  From: Tom Melvin <t...@tkrh.co.uk>
 To: WSJT software development <wsjt-devel@lists.sourceforge.net> 
 Sent: Tuesday, August 29, 2017 5:11 PM
 Subject: [wsjt-devel] Build instructions
   
Hi
Simple question - or can someone point me at related docs.

Downloaded the JTSDK  (For Windows), followed details on and managed to compile 
wsjtx without error.
I used the build-wsjtx ‘rinstall' command to build a release version - is there 
a command that will build wsjtx and all required ‘add ons’ libs etc to allow me 
to upgrade an existing install.
Thanks
Tom GM8MJV

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! 
http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


   --
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


[wsjt-devel] Build instructions

2017-08-29 Thread Tom Melvin
Hi

Simple question - or can someone point me at related docs.

Downloaded the JTSDK  (For Windows), followed details on and managed to compile 
wsjtx without error.

I used the build-wsjtx ‘rinstall' command to build a release version - is there 
a command that will build wsjtx and all required ‘add ons’ libs etc to allow me 
to upgrade an existing install.

Thanks

Tom GM8MJV


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] build instructions enhancement

2016-09-13 Thread Claude Frantz
On 09/13/2016 05:58 PM, Rik van Riel wrote:

Hi Rik and all,

>>> Specifically, the CMAKE_PREFIX_PATH is not enough to
>>> make it actually find hamlib.

There should be a file /usr/local/lib/pkgconfig/hamlib.pc or in another
suitable directory allowing the use of pkg-config. cmake can use
pkgconfig. This is probably a reliable way to get the hamlib configured.

best 88 de Claude (DJ0OT)

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


Re: [wsjt-devel] build instructions enhancement

2016-09-13 Thread Rik van Riel
On Tue, 2016-09-13 at 09:17 +0100, Bill Somerville wrote:
> On 13/09/2016 03:31, Rik van Riel wrote:
> > Specifically, the CMAKE_PREFIX_PATH is not enough to
> > make it actually find hamlib.
> 
> Hi Rik,
> 
> that instruction is correct. I looks like you have not run the
> install 
> target on the Hamlib build. You can install it into a local
> directory 
> e.g. ~/local/hamlib then that is the path that should be added to 
> CMAKE_PREFIX_PATH. CMake knows how to search a normal install
> structure 
> for the files of a package, you do not need to give it any extra 
> information other than the root of the installation or the upstream 
> package(s).
> 
> Please review the Hamlib build instructions in that same document,
> you 
> may have missed a step.

I did run the install target on the Hamlib build.

I have bin/ include/ lib/ and share/ subdirectories
in the hamlib directory.

However, I did invoke CMake the wrong way first time
I tried, and I suspect it may simply not have cleaned
up its cached data when I re-ran it with the correct
command line arguments later.

-- 

All Rights Reversed.

signature.asc
Description: This is a digitally signed message part
--
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Re: [wsjt-devel] build instructions enhancement

2016-09-13 Thread Bill Somerville
On 13/09/2016 03:31, Rik van Riel wrote:
> Specifically, the CMAKE_PREFIX_PATH is not enough to
> make it actually find hamlib.

Hi Rik,

that instruction is correct. I looks like you have not run the install 
target on the Hamlib build. You can install it into a local directory 
e.g. ~/local/hamlib then that is the path that should be added to 
CMAKE_PREFIX_PATH. CMake knows how to search a normal install structure 
for the files of a package, you do not need to give it any extra 
information other than the root of the installation or the upstream 
package(s).

Please review the Hamlib build instructions in that same document, you 
may have missed a step.

73
Bill
G4WJS.


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


[wsjt-devel] build instructions enhancement

2016-09-12 Thread Rik van Riel
Hello,

The instructions for building wsjtx include a bit on
setting up a custom hamlib fork in a directory, which
works fine.

Then the "INSTALL" file has this bit, which fails on Fedora 24:

$ cd ~/wsjtx-prefix/build
$ cmake -D CMAKE_PREFIX_PATH=~/hamlib-prefix \
   -D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix ../src
$ cmake --build .
$ cmake --build . --target install

Specifically, the CMAKE_PREFIX_PATH is not enough to
make it actually find hamlib.

Changing the commandline to include these two bits
makes wsjtx build:

-D hamlib_LIBRARY_DIRS=/source/ham/wsjtx/hamlib/lib
-D hamlib_INCLUDE_DIRS=/source/ham/wsjtx/hamlib/include

With these two arguments added into the commandline,
things seem to build.

Would you like me to send in a patch for the INSTALL
file?

-- 

All Rights Reversed.

signature.asc
Description: This is a digitally signed message part
--
___
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel