Skip to content

Commit

Permalink
[docs] Improve docs for Windows initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Weipeng Liu committed Oct 31, 2024
1 parent c107940 commit 71d10a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions doc/building-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ nmake all
# Build Demikernel in debug mode with the default configuration.
nmake DEBUG=yes all
```

Alternatively, you can also run `cargo build` in the root directory. (after which you may run `cargo build --examples` to build examples)
8 changes: 4 additions & 4 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Copy the template from `scripts/config/default.yaml` to
`$HOME/config.yaml`. If running on Azure, use `scripts/config/azure.yaml`.
- Open the file in `$HOME/config.yaml` for editing and do the following:
- Change `XX.XX.XX.XX` to match the IPv4 address that in the local host.
- Change `ff:ff:ff:ff:ff:ff` to match the MAC address in the local host.
- Change `abcde` to match the name of the interface in the local host.
- Change the `arp_table` according to your setup. Each line should contain the MAC address of a host matched to the IP address of the same host.
- Change `XX.XX.XX.XX` to match the IPv4 address that in the local host. (for example, 127.0.0.1 if you are running local-to-local tests on your dev machine)
- Change `ff:ff:ff:ff:ff:ff` to match the MAC address in the local host. (optional if you are running local-to-local test)
- Change `abcde` to match the name of the interface in the local host. (optional if you are running local-to-local test)
- Change the `arp_table` according to your setup. Each line should contain the MAC address of a host matched to the IP address of the same host. (optional if you are running local-to-local test)
- If using DPDK, change `WW:WW.W` to match the PCIe address of your NIC.
- Save the file.

Expand Down

0 comments on commit 71d10a4

Please sign in to comment.