diff options
author | Boris Kostenko <limexp@mail.ru> | 2017-10-19 06:10:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 06:10:12 +0800 |
commit | 55a7828848a9473ddce4698431adaa536fb709f1 (patch) | |
tree | 473a1c416e7572eba2d1fd69792ade6ff225daad /docs | |
parent | 7454a766b37951674095afdd0c8573713e2511a4 (diff) | |
download | dexon-solidity-55a7828848a9473ddce4698431adaa536fb709f1.tar.gz dexon-solidity-55a7828848a9473ddce4698431adaa536fb709f1.tar.zst dexon-solidity-55a7828848a9473ddce4698431adaa536fb709f1.zip |
Accent on ext.deps in install docs (issue #3048)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-solidity.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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: |