Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott10 authored Jun 2, 2024
1 parent 27a87de commit 8348929
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ let ext4fs =
Ext4BlockWrapper::<Disk>::new(disk).expect("failed to initialize EXT4 filesystem");
```

### Linking libc
* _No longer need to implement the libc.a_

### Compile lwext4_rust separately

``` sh
Expand All @@ -56,7 +53,6 @@ OR If you need to compile the lwext4 in C separately,
please run `make musl-generic -C c/lwext4 ARCH=<x86_64|riscv64|aarch64>`

## Dependencies
* only C library on Rust OS
* Rust development environment
* C musl-based cross compile toolchains
- [x86_64-linux-musl-gcc](https://musl.cc/x86_64-linux-musl-cross.tgz)
Expand Down

0 comments on commit 8348929

Please sign in to comment.