mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
installing-solidity.rst: Add a link to ccache
This commit is contained in:
parent
5f0372c5b8
commit
be5143bbec
@ -341,10 +341,12 @@ Command-Line Build
|
|||||||
**Be sure to install External Dependencies (see above) before build.**
|
**Be sure to install External Dependencies (see above) before build.**
|
||||||
|
|
||||||
Solidity project uses CMake to configure the 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.
|
CMake will pick it up automatically.
|
||||||
Building Solidity is quite similar on Linux, macOS and other Unices:
|
Building Solidity is quite similar on Linux, macOS and other Unices:
|
||||||
|
|
||||||
|
.. _ccache: https://ccache.dev/
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user