mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-04-19 10:22:16 +03:00
Consistency in readme naming.
This commit is contained in:
parent
eee34613b4
commit
c552401cbd
@ -17,5 +17,5 @@ the client libraries as symbol information will be included. Use cmake to
|
||||
compile on Windows or Mac.
|
||||
|
||||
If you have any questions, problems or suggestions (particularly related to
|
||||
installing on a more unusual device like a plug-computer) then please get in
|
||||
touch using the details in readme.txt.
|
||||
installing on a more unusual device) then please get in touch using the details
|
||||
in README.md.
|
6
Makefile
6
Makefile
@ -38,8 +38,10 @@ DISTFILES= \
|
||||
notice.html \
|
||||
pskfile.example \
|
||||
pwfile.example \
|
||||
readme-windows.txt \
|
||||
readme.md
|
||||
README-compiling \
|
||||
README-letsencrypt \
|
||||
README-windows.md \
|
||||
README.md
|
||||
|
||||
.PHONY : all mosquitto api docs binary check clean reallyclean test install uninstall dist sign copy localdocker
|
||||
|
||||
|
@ -58,7 +58,7 @@ To build from source the recommended route for end users is to download the
|
||||
archive from <https://mosquitto.org/download/>.
|
||||
|
||||
On Windows and Mac, use `cmake` to build. On other platforms, just run `make`
|
||||
to build. For Windows, see also `readme-windows.txt`.
|
||||
to build. For Windows, see also `README-windows.md`.
|
||||
|
||||
If you are building from the git repository then the documentation will not
|
||||
already be built. Use `make binary` to skip building the man pages, or install
|
@ -52,8 +52,9 @@ Section "Files" SecInstall
|
||||
File "..\ChangeLog.txt"
|
||||
File "..\mosquitto.conf"
|
||||
File "..\pwfile.example"
|
||||
File "..\readme.md"
|
||||
File "..\readme-windows.txt"
|
||||
File "..\README.md"
|
||||
File "..\README-windows.txt"
|
||||
File "..\README-letsencrypt.txt"
|
||||
;File "C:\pthreads\Pre-built.2\dll\x86\pthreadVC2.dll"
|
||||
File "C:\OpenSSL-Win32\bin\libssl-1_1.dll"
|
||||
File "C:\OpenSSL-Win32\bin\libcrypto-1_1.dll"
|
||||
@ -100,8 +101,9 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\ChangeLog.txt"
|
||||
Delete "$INSTDIR\mosquitto.conf"
|
||||
Delete "$INSTDIR\pwfile.example"
|
||||
Delete "$INSTDIR\readme.txt"
|
||||
Delete "$INSTDIR\readme-windows.txt"
|
||||
Delete "$INSTDIR\README.txt"
|
||||
Delete "$INSTDIR\README-windows.txt"
|
||||
Delete "$INSTDIR\README-letsencrypt.txt"
|
||||
;Delete "$INSTDIR\pthreadVC2.dll"
|
||||
Delete "$INSTDIR\libssl-1_1.dll"
|
||||
Delete "$INSTDIR\libcrypto-1_1.dll"
|
||||
|
@ -53,8 +53,9 @@ Section "Files" SecInstall
|
||||
File "..\ChangeLog.txt"
|
||||
File "..\mosquitto.conf"
|
||||
File "..\pwfile.example"
|
||||
File "..\readme.md"
|
||||
File "..\readme-windows.txt"
|
||||
File "..\README.md"
|
||||
File "..\README-windows.txt"
|
||||
File "..\README-letsencrypt.txt"
|
||||
;File "C:\pthreads\Pre-built.2\dll\x64\pthreadVC2.dll"
|
||||
File "C:\OpenSSL-Win64\bin\libssl-1_1-x64.dll"
|
||||
File "C:\OpenSSL-Win64\bin\libcrypto-1_1-x64.dll"
|
||||
@ -101,8 +102,9 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\ChangeLog.txt"
|
||||
Delete "$INSTDIR\mosquitto.conf"
|
||||
Delete "$INSTDIR\pwfile.example"
|
||||
Delete "$INSTDIR\readme.txt"
|
||||
Delete "$INSTDIR\readme-windows.txt"
|
||||
Delete "$INSTDIR\README.txt"
|
||||
Delete "$INSTDIR\README-windows.txt"
|
||||
Delete "$INSTDIR\README-letsencrypt.txt"
|
||||
;Delete "$INSTDIR\pthreadVC2.dll"
|
||||
Delete "$INSTDIR\libssl-1_1-x64.dll"
|
||||
Delete "$INSTDIR\libcrypto-1_1-x64.dll"
|
||||
|
@ -27,7 +27,7 @@ distributions.
|
||||
* [mosquitto-1.6.12-install-windows-x64.exe](https://mosquitto.org/files/binary/win64/mosquitto-1.6.12-install-windows-x64.exe) (~1.4 MB) (64-bit build, Windows Vista and up, built with Visual Studio Community 2019)
|
||||
* [mosquitto-1.6.12-install-windows-x32.exe](https://mosquitto.org/files/binary/win32/mosquitto-1.6.12-install-windows-x86.exe) (~1.4 MB) (32-bit build, Windows Vista and up, built with Visual Studio Community 2019)
|
||||
|
||||
See also readme-windows.txt after installing.
|
||||
See also README-windows.md after installing.
|
||||
|
||||
## Mac
|
||||
Mosquitto can be installed from the homebrew project. See
|
||||
|
Loading…
x
Reference in New Issue
Block a user