Added automatic VERSION attributes to asciidoc generation

Also tring a few minor technical formatting experiments.

Added  common asciidoc  files  to dependencies  so that  modifications
cause rebuilds.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5319 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2015-04-28 22:33:32 +00:00
parent 3a33bc79f0
commit c5b18d0809
8 changed files with 64 additions and 34 deletions
+22 -12
View File
@@ -2,35 +2,45 @@
* For Debian, Ubuntu, and other Debian-based systems:
** 32-bit: {debian32}
- To install: +sudo dpkg -i wsjtx_1.4.0-rc2_i386.deb+
- To install: +sudo dpkg -i wsjtx_{VERSION}_i386.deb+
- Uninstall: +sudo dpkg -P wsjtx+
** 64-bit: {debian64}
- To install: +sudo dpkg -i wsjtx_1.4.0-rc2_amd64.deb+
- To install: +sudo dpkg -i wsjtx_{VERSION}_amd64.deb+
- Uninstall: +sudo dpkg -P wsjtx+
** You may also need to execute the following commands in a terminal:
+
=====
sudo apt-get install libqt5multimediawidgets5
sudo apt-get install libqt5multimediawidgets5
sudo apt-get install libfftw3-single3
sudo apt-get install libfftw3-single3
=====
** On a 64-bit system also execute:
sudo apt-get install libgfortran3:i386
+
=====
sudo apt-get install libgfortran3:i386
=====
* For Fedora, Red Hat, and other rpm-based systems:
** 32-bit: {fedora32}
- To install: +sudo rpm -i wsjtx-1.4.0-rc2_i686.rpm+
- To install: +sudo rpm -i wsjtx-{VERSION}-i686.rpm+
- Uninstall: +sudo rpm -e wsjtx+
** 64-bit: {fedora64}
- To install: +sudo rpm -i wsjtx-1.4.0-rc2_x86_64.rpm+
- To install: +sudo rpm -i wsjtx-{VERSION}-x86_64.rpm+
- Uninstall: +sudo rpm -e wsjtx+
** You may also need to execute the following commands in a terminal:
+
=====
sudo yum install qt5-qtmultimedia
sudo yum install qt5-qtmultimedia
sudo yum install fftw-libs-single
sudo yum install fftw-libs-single
=====
** On a 64-bit system also execute:
sudo yum install libgfortran.i686
+
=====
sudo yum install libgfortran.i686
=====
////
// Move to FAQ section?