Bill- Yes, you are correct of course. Somehow when I changed the "../wsjtx-2.0.0" to "../wsjtx-2.2.2" the "wsjtx-2.2.2" got cut off! It's there in my document I wrote, so I think it was a copy/paste error.
Question: wsjt-x has brought ham radio back to life for me and I want to give back. I'm a very rusty coder, so that's probably out. I'm a good document writer. I also want to learn Linux packaging and I saw someone ask about Flatpaks. My question is, which do you think would be the best/first package for me to do for wsjt-x? Flatpak, snap, or appimage? Here's a comparison: https://askubuntu.com/questions/866511/what-are-the-differences-between-snaps-appimage-flatpak-and-others Also, is there any place else I could lend a hand? Thanks! -David On Sun, Aug 2, 2020 at 6:07 PM Bill Somerville <[email protected]> wrote: > On 02/08/2020 21:38, David Spoelstra wrote: > > Bill- > > > > I just built 2.2.2 on Ubuntu 20.04 and noticed a few things that > > should be fixed in the INSTALL file in the 2.2.2 tarball. Some of them > > are cosmetic. Some are actual errors if you follow the steps (line > > 131). Just my way to try and help the project! > > > > Line 13: > > Copyright 2001 - 2018 by Joe Taylor, K1JT. > > should be: > > Copyright 2001 - 2020 by Joe Taylor, K1JT. > > > > Line 34 (Debian name): > > Also qtmultimedia5-dev, libqt5libserialport5-dev, qttools5-dev, > > should be: > > Also qtmultimedia5-dev, libqt5serialport5-dev, qttools5-dev, > > > > Line 35 (Debian name): > > libusb-1.0.0-dev > > should be: > > libusb-1.0-0-dev > > > > Line 71: > > repository e.g. wsjtx-1.9.1 by specifying it as a variable to > > should be: > > repository e.g. wsjtx-2.2.2 by specifying it as a variable to > > > > Line 74: > > $ cmake -D WSJTX_TAG=wsjtx-2.0.0 <source-dir-path> > > should be: > > $ cmake -D WSJTX_TAG=wsjtx-2.2.2 <source-dir-path> > > > > Line 111: > > $ cmake -D WSJTX_TAG=wsjtx-2.0.0 <source-dir-path> > > should be: > > $ cmake -D WSJTX_TAG=wsjtx-2.2.2 <source-dir-path> > > > > Line 122: > > The above commands, if successful, will produce 'wsjtx-1.9.1.tgz' > > should be: > > The above commands, if successful, will produce 'wsjtx-2.2.2.tgz' > > > > Line 128: > > $ tar xzf wsjtx-2.0.0.tgz > > should be: > > $ tar xzf wsjtx-2.2.2.tgz > > > > Line 131: > > $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF > > ../wsjtx-2.0.0 > > should be: > > $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF .. > > > Hi David, > > thanks for noting those issues, most had been corrected but you picked > up a couple that had been missed, thanks. > > Your last change is only correct for the WSJT-X version number, the > change to '..' for a sources path is not correct. > > 73 > Bill > G4WJS. > > > > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel >
_______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
