Skip to content

Commit acf7192

Browse files
committed
[README] update README to remove MSVC mentions
In particular, I am removing the instructions related to installing the msvc target to compile the guests to PE. Signed-off-by: danbugs <[email protected]>
1 parent 1a4318b commit acf7192

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,10 @@ After having an environment with a hypervisor setup, running the example has the
177177
Azure Linux, run `sudo dnf install build-essential`.
178178
2. [Rust](https://www.rust-lang.org/tools/install). Install toolchain v1.81 or later.
179179

180-
Also, install the `x86_64-pc-windows-msvc` and `x86_64-unknown-none` targets, these are needed to build the test
181-
guest binaries. (Note: install both targets on either Linux or Windows: Hyperlight can load ELF or PE files on either
182-
OS, and the tests/examples are built for both):
183-
180+
Also, install the `x86_64-unknown-none` target, it is needed to build the test
181+
guest binaries.
184182
```sh
185183
rustup target add x86_64-unknown-none
186-
rustup target add x86_64-pc-windows-msvc
187184
```
188185

189186
3. [just](https://github.com/casey/just). `cargo install just` On Windows you also need [pwsh](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4).

0 commit comments

Comments
 (0)