If it didn't make a Windows version, how do I accomplish that?  :-)

On Wed, Jan 1, 2020 at 6:18 PM Bill Somerville <g4...@classdesign.com>
wrote:

> On 01/01/2020 23:06, Albert Gerheim wrote:
> > OK. I got as far as
> >
> > [100%] Built target wsjtx-install
> > Scanning dependencies of target install
> > [100%] Built target install
> >
> > Where is the executable and/or install file?  (Lord, I hope it created
> > a windows version!)
> >
> Hi Al,
>
> it installed into the directory root you specified with the
> CMAKE_INSTALL_PREFIX variable when you configured the build. If you
> didn't specify an install prefix then the default is /usr/local . To
> install there you would have needed root privilege.
>
> Assuming it went to /usr/local then type:
>
> which wsjtx
>
> to verify it is on your PATH, if not then try:
>
> /usr/local/bin/wsjtx
>
> otherwise if you gave an install prefix to cmake like ~/wsjtx-prefix ,
> then try:
>
> ~/wsjtx-prefix/bin/wsjtx
>
> 73
> Bill
> G4WJS.
>
>
>
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
>


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

Reply via email to