aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 12 insertions, 14 deletions
diff --git a/README.md b/README.md
index 3dea8005..13eea259 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,12 @@ You can run Neptune 3 UI in one of two ways:
Both these options are described in: https://doc.qt.io/Neptune3UI/neptune3ui-install.html
#### Note
-> Neptune 3 UI contains many garphic assets that are updated regularly. This requires the use of
-> git-lfs. Make sure to install [https://git-lfs.github.com/](git-lfs) first. Neptune 3 UI's
-> repository configuration has been extended to host some type of assets on
-> https://git-lfs.qt.io/, in GitLab. The Qt Company runs this server and provides anonymous read
-> access so that developers can clone the code without an account. However, submitting code
-> requires both, an account and membership in the `Gerrit` group. Use the git credentials cache to
-> avoid having to enter your credentials each time you push a commit. The GitLab server uses a
-> self-signed certification, so you need to override the SSL verification with the following
+> Neptune 3 UI contains many graphic assets that are updated regularly. This requires the use of
+> git-lfs. Make sure to install [https://git-lfs.github.com/](git-lfs) first. The Qt Company runs
+> the git-lfs server and provides anonymous read access so that developers can clone the code without
+> an account. Use the git credentials cache to avoid having to enter your credentials each time
+> you push a commit. The GitLab server uses a self-signed certification, so you need to override
+> the SSL verification with the following
> commands:
> $ git lfs install
> $ git clone git://code.qt.io/qt-apps/neptune3-ui.git
@@ -40,9 +38,9 @@ System UI acts as a Wayland server, compositing the application windows in its o
regular QML items.
* a Linux installation
-* Qt5 (branch 5.13) with qtwayland submodule and built with Open GL ES (-opengl es2 -opengles3)
-* QtIvi (git://code.qt.io/qt/qtivi.git, branch 5.13)
-* Qt Application Manager (git://code.qt.io/qt/qtapplicationmanager.git, branch 5.13)
+* Qt5 (branch 5.15) with qtwayland submodule and built with Open GL ES (-opengl es2 -opengles3)
+* QtIvi (git://code.qt.io/qt/qtivi.git, branch 5.15)
+* Qt Application Manager (git://code.qt.io/qt/qtapplicationmanager.git, branch 5.15)
### Single-process UI (fallback option)
@@ -50,6 +48,6 @@ In single-process mode, all application code run in one process, which is the sa
process as the System UI itself.
* a Linux, Windows, or macOS installation
-* Qt5 (branch 5.13)
-* QtIvi (git://code.qt.io/qt/qtivi.git, branch 5.13)
-* Qt Application Manager (git://code.qt.io/qt/qtapplicationmanager.git, branch 5.13)
+* Qt5 (branch 5.15)
+* QtIvi (git://code.qt.io/qt/qtivi.git, branch 5.15)
+* Qt Application Manager (git://code.qt.io/qt/qtapplicationmanager.git, branch 5.15)