ftp->http

This commit is contained in:
Pavel Sanda 2024-06-24 22:54:21 +02:00
parent 935781ceab
commit 979aabfaed
4 changed files with 5 additions and 6 deletions

View File

@ -83,7 +83,7 @@ translations or you change the translation files themselves (po/*.po)
files, you will need to have the GNU gettext package installed to
compile LyX with up-to-date translations (at least gettext version
0.16.1 is needed). You can get the latest version from:
ftp://ftp.gnu.org/gnu/gettext/
https://ftp.gnu.org/gnu/gettext/
Creating the Makefile

View File

@ -26,8 +26,7 @@ well.
1. Qt/Mac Opensource Edition, version 4.
This library is GPL-licensed and can be downloaded from
<http://trolltech.com/developer/downloads/qt/mac/>.
An alternative location is <ftp://ftp.qt.nokia.com/qt/source>.
https://www.qt.io.
To compile it, create a directory where you want to install Qt4.
In the following, the full path to this directory is called /path/to/Qt4
Decompress Qt/Mac in a convenient directory, cd to the top of the
@ -90,7 +89,7 @@ using:
5. To build with included spell checker (ASpell):
The aspell library is GPL-licensed and can be downloaded from
ftp://ftp.gnu.org/gnu/aspell or one of the mirrors.
https://ftp.gnu.org/gnu/aspell or one of the mirrors.
At the time of writing aspell-0.60.tar.gz is the current version.
Unpack the tarball in the same directory where you placed the
git checkout or LyX tarball.

View File

@ -28,7 +28,7 @@ Building LyX with CMake
Windows specific
On Windows install the supplementary modules:
* Visual Studio 2015: ftp://ftp.lyx.org/pub/lyx/devel/win_deps/lyx-windows-deps-msvc2015.zip
* Visual Studio 2015: http://ftp.lyx.org/pub/lyx/devel/win_deps/lyx-windows-deps-msvc2015.zip
or use the option LYX_DEPENDENCIES_DOWNLOAD, then you have to add
these paths to your PATH variable:
<build-dir>\lyx-windows-deps-msvc2015\bin

2
README
View File

@ -130,7 +130,7 @@ Internet resources of relevance to LyX
http://wiki.lyx.org/
The main LyX archive site:
ftp://ftp.lyx.org/pub/lyx/
http://ftp.lyx.org/pub/lyx/
The LyX Development page has information about the development
effort. LyX is under Git version control, so you can get the very