From 9a4b806fa84bd3d2d1adb57eae4f9fdb5f79d9f9 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sun, 29 Apr 2018 15:27:49 -0700 Subject: [docs] Make per-platform installation docs self-contained I've seen several issues where users followed platform-specific install docs, but were unaware of additional prerequisites spelled out in the top-level INSTALL.md. So let's try making each platform's installation documentation self contained. --- platform/qt/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'platform/qt') diff --git a/platform/qt/README.md b/platform/qt/README.md index 018f8823b6..f083d4b519 100644 --- a/platform/qt/README.md +++ b/platform/qt/README.md @@ -17,9 +17,7 @@ See the Mapbox Qt landing page for more details: https://www.mapbox.com/qt/ #### Linux -For Linux (tested on Ubuntu) desktop, together with these [build -instructions](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/linux#build), -you also need: +For Linux (tested on Ubuntu) desktop, together with these [build instructions](../linux/README.md), you also need: ``` $ sudo apt-get install qt5-default @@ -55,8 +53,7 @@ At runtime, you will also need installed: ### Build instructions -Public API headers -can be found in the [platform/qt/include](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/qt/include) directory. +Public API headers can be found in the [platform/qt/include](qt/include) directory. #### Linux and macOS -- cgit v1.2.1