installing-solidity.rst: Add a link to ccache

This commit is contained in:
Kamil Śliwak
2020-11-23 20:29:30 +01:00
parent 5f0372c5b8
commit be5143bbec
+3 -1
View File
@@ -341,10 +341,12 @@ Command-Line Build
**Be sure to install External Dependencies (see above) before build.**
Solidity project uses CMake to configure the build.
You might want to install ccache to speed up repeated builds.
You might want to install `ccache`_ to speed up repeated builds.
CMake will pick it up automatically.
Building Solidity is quite similar on Linux, macOS and other Unices:
.. _ccache: https://ccache.dev/
.. code-block:: bash
mkdir build