diff options
author | Boris Kostenko <limexp@mail.ru> | 2017-10-19 13:25:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 13:25:27 +0800 |
commit | 36bf0a8a86fec775e9e61adfc1ebef488733a895 (patch) | |
tree | 1e45f4392181c948cb41e6f3f5d6d14e2e4f9a57 | |
parent | 55a7828848a9473ddce4698431adaa536fb709f1 (diff) | |
download | dexon-solidity-36bf0a8a86fec775e9e61adfc1ebef488733a895.tar.gz dexon-solidity-36bf0a8a86fec775e9e61adfc1ebef488733a895.tar.zst dexon-solidity-36bf0a8a86fec775e9e61adfc1ebef488733a895.zip |
Accent on ext.deps in install docs (issue #3048)
-rw-r--r-- | docs/installing-solidity.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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: |