From 55a7828848a9473ddce4698431adaa536fb709f1 Mon Sep 17 00:00:00 2001 From: Boris Kostenko Date: Thu, 19 Oct 2017 01:10:12 +0300 Subject: Accent on ext.deps in install docs (issue #3048) --- docs/installing-solidity.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 71607745..57c65911 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -230,6 +230,7 @@ Or, on Windows: Command-Line Build ------------------ +**Be sure to install External Dependencies before build.** Solidity project uses CMake to configure the build. Building Solidity is quite similar on Linux, macOS and other Unices: -- cgit v1.2.3 From 36bf0a8a86fec775e9e61adfc1ebef488733a895 Mon Sep 17 00:00:00 2001 From: Boris Kostenko Date: Thu, 19 Oct 2017 08:25:27 +0300 Subject: Accent on ext.deps in install docs (issue #3048) --- docs/installing-solidity.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 57c65911..b660cf02 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -230,7 +230,8 @@ Or, on Windows: Command-Line Build ------------------ -**Be sure to install External Dependencies before build.** +**Be sure to install External Dependencies (see above) before build.** + Solidity project uses CMake to configure the build. Building Solidity is quite similar on Linux, macOS and other Unices: -- cgit v1.2.3