@@ -8,11 +8,11 @@ Download release binaries
8
8
9
9
There are binaries available on github releases:
10
10
11
- - `Linux x86-64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang-linux-x86-64 >`_
12
- - `Linux arm64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang-linux-arm64 >`_
13
- - `Windows x64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang.exe >`_
14
- - `MacOS intel <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang-mac-intel >`_
15
- - `MacOS arm <https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /solang-mac-arm >`_
11
+ - `Linux x86-64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /solang-linux-x86-64 >`_
12
+ - `Linux arm64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /solang-linux-arm64 >`_
13
+ - `Windows x64 <https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /solang.exe >`_
14
+ - `MacOS intel <https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /solang-mac-intel >`_
15
+ - `MacOS arm <https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /solang-mac-arm >`_
16
16
17
17
On MacOS, remember to remove the quarantine attribute using ``xattr -d com.apple.quarantine solang-mac-arm ``
18
18
in the terminal.
@@ -22,7 +22,7 @@ Using ghcr.io/hyperledger-labs/solang containers
22
22
23
23
New images are automatically made available on
24
24
`solang containers <https://github.com/hyperledger-labs/solang/pkgs/container/solang >`_.
25
- There is a release `v0.1.11 ` tag and a `latest ` tag:
25
+ There is a release `v0.1.12 ` tag and a `latest ` tag:
26
26
27
27
.. code-block :: bash
28
28
@@ -64,15 +64,15 @@ These patches make it possible to generate code for Solana, and fixes some
64
64
concurrency issues in the lld linker.
65
65
66
66
You can either download the pre-built libraries from
67
- `github <https://github.com/hyperledger-labs/solang/releases/tag/v0.1.11 >`_
67
+ `github <https://github.com/hyperledger-labs/solang/releases/tag/v0.1.12 >`_
68
68
or build your own from source. After that, you need to add the `bin ` directory to your
69
69
path, so that the build system of Solang can find the correct version of llvm to use.
70
70
71
71
Installing LLVM on Linux
72
72
________________________
73
73
74
74
A pre-built version of llvm, specifically configured for Solang, is available at
75
- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /llvm13.0-linux-x86-64.tar.xz >`_.
75
+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /llvm13.0-linux-x86-64.tar.xz >`_.
76
76
After downloading, untar the file in a terminal and add it to your path.
77
77
78
78
.. code-block :: bash
@@ -84,7 +84,7 @@ Installing LLVM on Windows
84
84
__________________________
85
85
86
86
A pre-built version of llvm, specifically configured for Solang, is available at
87
- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /llvm13.0-win.zip >`_.
87
+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /llvm13.0-win.zip >`_.
88
88
89
89
After unzipping the file, add the bin directory to your path.
90
90
@@ -96,8 +96,8 @@ Installing LLVM on Mac
96
96
______________________
97
97
98
98
A pre-built version of llvm for intel macs, is available at
99
- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /llvm13.0-mac-intel.tar.xz >`_ and for arm macs there is
100
- `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.11 /llvm13.0-mac-arm.tar.xz >`_. After downloading,
99
+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /llvm13.0-mac-intel.tar.xz >`_ and for arm macs there is
100
+ `<https://github.com/hyperledger-labs/solang/releases/download/v0.1.12 /llvm13.0-mac-arm.tar.xz >`_. After downloading,
101
101
untar the file in a terminal and add it to your path like so:
102
102
103
103
.. code-block :: bash
0 commit comments