mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Explain how to build proper release.
This commit is contained in:
parent
08b7d007da
commit
00f2800570
@ -314,6 +314,16 @@ you should fork Solidity and add your personal fork as a second remote:
|
|||||||
|
|
||||||
git remote add personal git@github.com:[username]/solidity.git
|
git remote add personal git@github.com:[username]/solidity.git
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
This method will result in a prerelease build leading to e.g. a flag
|
||||||
|
being set in each bytecode produced by such a compiler.
|
||||||
|
If you want to re-build a released Solidity compiler, then
|
||||||
|
please use the source tarball on the github release page:
|
||||||
|
|
||||||
|
https://github.com/ethereum/solidity/releases/download/v0.X.Y/solidity_0.X.Y.tar.gz
|
||||||
|
|
||||||
|
(not the "Source code" provided by github).
|
||||||
|
|
||||||
Command-Line Build
|
Command-Line Build
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user