Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.27 KB

File metadata and controls

48 lines (36 loc) · 1.27 KB

Chisel

Dependencies

Meson is required to build.

Handled by Meson (via pkgconfig or WrapDB):

Included as Git submodules:

Bundled in repo:

Building

First, make sure you've got submodules:

git submodule init
git submodule update

After installing all dependencies, you can use the tasks in .vscode/tasks.json to quickly setup and build. Or run the following commands:

To setup (run once):

meson setup build

To build:

meson install -C build