You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For full documentation of all features, a tutorial as well as installation instr
31
31
*******
32
32
COMPATIBLE SYSTEMS
33
33
34
-
The WADP is cross-platform and tested under macOS (v. 11), Ubuntu Linux (v. 20.04), and via Windows Subsystem for Linux on Windows 10. It should work well on any platform that can run the bash shell.
34
+
The WADP is cross-platform and tested under Linux, macOS and via Windows Subsystem for Linux (WSL1 with an Ubuntu installation). It should work well on any platform that can run the bash shell.
35
35
36
36
*******
37
37
STARTING THE APPLICATION
@@ -48,13 +48,13 @@ The WADP is fully contained in the bash shell script file "`WADP.sh`" (or "`WADP
48
48
- drop the `WADP macOS` file into the same Terminal window and press ENTER.
49
49
- now double-click on the "`WADP macOS.command`" file again.
50
50
51
-
To install the WADP, An installation tutorial for macOS is available [on vimeo](https://vimeo.com/603176910).
51
+
An installation video for macOS is available [on vimeo](https://vimeo.com/603176910).
52
52
53
53
54
-
**Windows:** The Windows Subsystem for Linux must be installed first (instructions [here](https://ubuntu.com/wsl)). Then use the double-clickable installer "`Windows installer (WSL required)`" provided. An WADP installation video tutorial for Windows is available [on vimeo](https://vimeo.com/603102292).
54
+
**Windows:** The Windows Subsystem for Linux must be installed first (instructions [here](https://ubuntu.com/wsl)). Then use the double-clickable installer "`Windows installer (WSL required)`" provided. An WADP installation video tutorial for Windows is available [on vimeo](https://vimeo.com/603102292). The WSL gets confused if the WADP programme or any of the input files are not located on the C: drive, so it is best to copy all files there first if they are on different drives.
55
55
56
56
57
-
**Manual installation:** Place the "`WADP.sh`" file into a directory in the user's `$PATH` to be able to launch it from the command line (it may be necessary to first grant the script permission to be executed).
57
+
**Generic manual installation:** Place the "`WADP.sh`" file into a directory in the user's `$PATH` to be able to launch it from the command line (it may be necessary to first grant the script permission to be executed).
58
58
59
59
60
60
@@ -86,7 +86,7 @@ Andreas Buerki, <buerkiA@cardiff.ac.uk>
86
86
*********
87
87
COPYRIGHT
88
88
89
-
Copyright 2015-21, Cardiff University
89
+
Copyright 2015-21, 2024, Cardiff University
90
90
Licensed under the EUPL v1.2 or later. (the European Union Public Licence) which is an open-source licence (see the EUPL-1.2EN.txt file for the full licence).
91
91
92
92
The project resides at [http://buerki.github.com/WADP/](http://buerki.github.com/WADP/) and new versions will be posted there. Suggestions and feedback are welcome. To be notified of new releases, go to https://github.com/buerki/WADP, click on the 'Watch' button and sign in.
0 commit comments