Skip to content

Commit e577a1e

Browse files
authored
Update README.md
Add LLVM 22 mention.
1 parent 45042c9 commit e577a1e

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ License:
2727
* OpenASIP project source code is licensed with LGPL v2.1.
2828
* Generated hardware description files are licensed with a more
2929
permissive MIT license, to allow the designer more freedom to
30-
choose the licensing of the produced processors.
30+
choose the sublicensing of the produced processors.
3131
* Read more in [LICENSE.txt](https://github.com/cpc/openasip/blob/main/LICENSE.txt)
3232

3333
Links:
@@ -162,21 +162,12 @@ In order to compile programs from C/C++ with OpenASIP, you need to install
162162
LLVM and Clang with a few additional patches and use correct LLVM build
163163
switches to fix some issues affecting OpenASIP usage.
164164

165-
You can do this easiest as follows:
165+
You can do this easiest as follows under the source directory:
166166

167167
```bash
168-
cd openasip-devel/openasip
169-
./tools/scripts/install_llvm_21.sh $HOME/local
170-
```
171-
172-
Alternatively, if you cloned the release branch:
173-
174-
```bash
175-
cd openasip-2.1/openasip
176-
./tools/scripts/install_llvm_21.sh $HOME/local
168+
./tools/scripts/install_llvm_22.sh $HOME/local
177169
```
178170

179-
180171
After successful installation, add information about installed libraries to the
181172
search path. We assume OpenASIP will be installed to the same location later.
182173

@@ -292,7 +283,7 @@ build OpenASIP:
292283
| Tcl | 8.0-8.6 | BSD-style |
293284
| Boost | 1.48.0-1.83.0 | very permissive |
294285
| sqlite3 | 3.2.0+ | public domain |
295-
| LLVM | 21 | LLVM Release License |
286+
| LLVM | 21 or 22 | LLVM Release License |
296287
| Editline | 2.9 | BSD-style |
297288
| Python | 3.6+ | PSF license |
298289

0 commit comments

Comments
 (0)