mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Cleanup docs
This commit is contained in:
parent
d14d7109b6
commit
af2e844062
@ -87,18 +87,18 @@ you should fork Solidity and add your personal fork as a second remote:
|
|||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
cd solidity
|
cd solidity
|
||||||
git remote add personal git@github.com:[username]/solidity.git
|
git remote add personal git@github.com:\<username\>/solidity.git
|
||||||
|
|
||||||
|
|
||||||
Prerequisites - macOS
|
Prerequisites - macOS
|
||||||
----------------------
|
---------------------
|
||||||
|
|
||||||
For macOS, ensure that you have the latest version of
|
For macOS, ensure that you have the latest version of
|
||||||
`xcode installed <https://developer.apple.com/xcode/download/>`_.
|
`Xcode installed <https://developer.apple.com/xcode/download/>`_.
|
||||||
This contains the `Clang C++ compiler <https://en.wikipedia.org/wiki/Clang>`_, the
|
This contains the `Clang C++ compiler <https://en.wikipedia.org/wiki/Clang>`_, the
|
||||||
`xcode IDE <https://en.wikipedia.org/wiki/Xcode>`_ and other Apple development
|
`Xcode IDE <https://en.wikipedia.org/wiki/Xcode>`_ and other Apple development
|
||||||
tools which are required for building C++ applications on OS X.
|
tools which are required for building C++ applications on OS X.
|
||||||
If you are installing xcode for the first time, or have just installed a new
|
If you are installing Xcode for the first time, or have just installed a new
|
||||||
version then you will need to agree to the license before you can do
|
version then you will need to agree to the license before you can do
|
||||||
command-line builds:
|
command-line builds:
|
||||||
|
|
||||||
@ -114,7 +114,7 @@ if you ever want to start again from scratch.
|
|||||||
|
|
||||||
|
|
||||||
Prerequisites - Windows
|
Prerequisites - Windows
|
||||||
------------------------
|
-----------------------
|
||||||
|
|
||||||
You will need to install the following dependencies for Windows builds of Solidity:
|
You will need to install the following dependencies for Windows builds of Solidity:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user