You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,21 @@ so refer to the in-tree [./manual/](./manual/) for more up-to-date instructions.
50
50
### Prerequisites
51
51
52
52
C2Rust requires LLVM 7 or later with its corresponding clang compiler and libraries.
53
-
Python 3.6 or later, CMake 3.5 or later, and openssl (1.0) are also required. These prerequisites may be installed with the following commands, depending on your platform:
53
+
Python (through `uv`), CMake 3.5 or later and openssl (1.0) are also required.
54
+
These prerequisites may be installed with the following commands, depending on your platform:
0 commit comments