Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create-ethernet-map lib instead of bin #245

Merged
merged 11 commits into from
Nov 6, 2024
9 changes: 9 additions & 0 deletions device/libs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Building lib from source

The source can be found in the repository: https://github.com/tenstorrent/luwen

To build static lib, use the following commands:
```
cargo build -p create-ethernet-map --release --lib
cross build --target aarch64-unknown-linux-gnnu --release --lib -p create-ethernet-map
broskoTT marked this conversation as resolved.
Show resolved Hide resolved
```
Loading