Skip to content

Commit e2b8839

Browse files
committed
framework_uefi: Document how to build on Windows
I had only ever built on Linux before. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 1691c2c commit e2b8839

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
target/
22
build/
3+
# Windows build outputs
4+
*.efi
5+
*.exe
6+
*.pdb

framework_uefi/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Building
2+
3+
Currently recommended on Linux via: `make`.
4+
Or (on Windows) via: `cargo rustc --target x86_64-unknown-uefi --release -- --emit link=framework_uefi/boot.efi`

0 commit comments

Comments
 (0)