diff options
author | chriseth <chris@ethereum.org> | 2017-10-19 17:11:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 17:11:15 +0800 |
commit | 6d7a366a32b4c19afeeadacb10605c4af87ea6b2 (patch) | |
tree | ec175d604c7617c3023670eedc868afc8e220a64 | |
parent | 0ae4aad8f346e3c23873aa97a359239714f3c039 (diff) | |
parent | 36bf0a8a86fec775e9e61adfc1ebef488733a895 (diff) | |
download | dexon-solidity-6d7a366a32b4c19afeeadacb10605c4af87ea6b2.tar.gz dexon-solidity-6d7a366a32b4c19afeeadacb10605c4af87ea6b2.tar.zst dexon-solidity-6d7a366a32b4c19afeeadacb10605c4af87ea6b2.zip |
Merge pull request #3104 from limexp/docs/3048-external-deps
Accent on ext.deps in install docs (issue #3048)
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 71607745..b660cf02 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -230,6 +230,8 @@ Or, on Windows: Command-Line 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: |