On 27/11/2015 14:45, Richard Shaw wrote: > I don't use the shell script, I just use the superbuild script directly. > > $ cmake -DWSJTX_TAG=tags/wsjtx-1.6.0-rc1 ~/svn/wsjtx-superbuild > $ make source A big green tick next to that from me! Although upstream source tarballs for tags are already available in the SF files area.
For a development preview for testing: $ cmake -DWSJTX_TAG=branches/wsjtx ~/svn/wsjtx-superbuild $ make source and for a branch preview for testing (really shouldn't need testing as branches are ~stable): $ cmake -DWSJTX_TAG=branches/wsjtx-1.6 ~/svn/wsjtx-superbuild $ make source When using any of these upstream tarballs on a build host: $ tar xf <tarball> $ mkdir build $ cd build $ cmake -DCMAKE_INSTALL_PREFIX=<path> ../wsjtx[version] $ make install The CMAKE_INSTALL_PREFIX is not normally needed on a packing build host as you are normally building into a fakeroot so the default of '/usr' is OK. Maybe a prefix of '/usr/local' for BSD type systems or for private packaging. 73 Bill G4WJS. ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
