From 5d136fa1b8feab45919b5eb87c7bad9cf0120fef Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 4 Oct 2018 11:58:55 -0400 Subject: [PATCH] General cleanup --- AUTHORS | 4 ---- CMakeLists.txt | 5 +---- INSTALL | 1 + THANKS | 58 -------------------------------------------------- 4 files changed, 2 insertions(+), 66 deletions(-) delete mode 100644 AUTHORS create mode 100644 INSTALL delete mode 100644 THANKS diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 7dae8af..0000000 --- a/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -Joe Taylor, K1JT - -See also about.cpp or "Help->About WSJT-X" in the application for -details of other contributions. diff --git a/CMakeLists.txt b/CMakeLists.txt index 626d1a9..5c9f39c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1198,11 +1198,8 @@ install (PROGRAMS install (FILES README COPYING - AUTHORS - THANKS - NEWS INSTALL - BUGS + INSTALL-WSJTX DESTINATION ${CMAKE_INSTALL_DOCDIR} #COMPONENT runtime ) diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..8eda0a5 --- /dev/null +++ b/INSTALL @@ -0,0 +1 @@ +Detailed instructions coming soon. In the meantime, follow INSTALL-WSJTX instructions, substituting the WSJT-X repository with this one. diff --git a/THANKS b/THANKS deleted file mode 100644 index 1da9c20..0000000 --- a/THANKS +++ /dev/null @@ -1,58 +0,0 @@ - - __ __ ______ _____ ________ __ __ -| \ _ | \ / \ | \| \ | \ | \ -| $$ / \ | $$| $$$$$$\ \$$$$$ \$$$$$$$$ | $$ | $$ -| $$/ $\| $$| $$___\$$ | $$ | $$ ______ \$$\/ $$ -| $$ $$$\ $$ \$$ \ __ | $$ | $$| \ >$$ $$ -| $$ $$\$$\$$ _\$$$$$$\| \ | $$ | $$ \$$$$$$/ $$$$\ -| $$$$ \$$$$| \__| $$| $$__| $$ | $$ | $$ \$$\ -| $$$ \$$$ \$$ $$ \$$ $$ | $$ | $$ | $$ - \$$ \$$ \$$$$$$ \$$$$$$ \$$ \$$ \$$ - - - -Thanks to: - - The FFTW library (http://www.fftw.org) without which the efficient -generation of discrete fast Fourier transformations essential to the -decoding DSP algorithms of WSJT-X would be a considerable part of the -project. - - The Qt project (http://qt-project.org) that allows us to deliver a -rich industrial strength cross platform GUI application written in -C++. - - Nate Bargmann, N0NB, and the Hamlib developer team for their -excellent library and for prompt review and acceptance of the many -pull requests for upstream patches to Hamlib. - - Dave Bernstein, AA6YQ, for being so receptive to suggestions -allowing WSJT-X to cooperate with his excellent Amateur Radio DX and -award chasing suite (http://www.dxlabsuite.com). - - Laurie Cowcher, VK3AMA, for developing the partner applications -JTAlertX and JTMacrosX (http://www.hamapps.com) that make DX chasing -with WSJT-X such an efficient and pleasurable experience. - - The CMake build and packaging tools (http://www.cmake.org) for -their comprehensive scripting tools that make automation of building -and packaging on all supported platforms possible. - - The NSIS MS Windows installer scripting and generator tools -(http://nsis.sourceforge.net) that, through the CPack NSIS generator, -allows us to build a comprehensive Windows installer package. - - The GNU Compiler Collection (http://gcc.gnu.org) that allows us to -compile and link C++, Fortran and C code to the latest Standards and -with high quality optimization. - - The clang C++ & C compiler front ends and LLVM compiler back end -tools (http://clang.llvm.org) that provide us with another, gcc -compatible, high quality C++ and C compiler and Standard Library suite -which, particularly on Apple Mac, allows our code to be ported to the -maximum number of platforms. - - The MinGW project (http://www.mingw.org) that ports the gcc -compilers and related GNU tools to the MS Windows environment allowing -a high quality C++, Fortran and C application to be portable between -native MS Windows and other platforms such as Linux and Apple Mac. \ No newline at end of file