mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
README: simplify build instructions
This commit is contained in:
parent
7a50c1a2a3
commit
bac16eb1c4
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -128,15 +128,13 @@ file which enables ccache and sets the default compiler to clang when calling
|
|||
}
|
||||
```
|
||||
|
||||
Once generated, the build system can be run as follows:
|
||||
Once generated, build yosys like this:
|
||||
|
||||
$ cmake --build build #..or..
|
||||
$ cd build
|
||||
$ cmake --build .
|
||||
$ cmake --build build
|
||||
|
||||
To quickly install Yosys with the default settings:
|
||||
To build and install a release build of Yosys:
|
||||
|
||||
$ cmake -B build . -DCMAKE_BUILD_TYPE=Release
|
||||
$ cmake -B build -DCMAKE_BUILD_TYPE=Release
|
||||
$ cmake --build build --config Release --parallel $(nproc)
|
||||
$ sudo cmake --install build --strip
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue