Section 02

Deployment

Testing the generated menu script from an MSYS2 MinGW64 command prompt.

To test this generated script, at a MSYS2 mingw64 Command prompt, follow the instructions below:

  1. Start the bash command processor

    bash
    NeededFor some unbeknown reason, the chmod command below works only "selectively" without this step first.
  2. Download the script

    wget https://sourceforge.net/projects/msys2-jtsdk/files/build-wsjtx-menu.sh
  3. Make the file executable

    chmod 777 ./build-wsjtx-menu.sh
  4. Execute the menu

    ./build-wsjtx-menu.sh

See also

Want to change what the menu does? See Modifying Script.