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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ sudo apt install git make gcc rsync bison flex cpio bc libelf-dev gawk fdisk wge
82
82
sudo apt install qemu-system-gui qemu-utils # optional (for running and extracting in QEMU emulator)
83
83
```
84
84
85
+
If you are on **Arch linux** and _BusyBox_ build failed with error `cannot find -lcrypt` than see [#8](https://github.com/solcloud/NiceOS/issues/8#issuecomment-1107801317) for solutions.
86
+
85
87
## Cross compiling
86
88
87
89
NiceOS supports cross compiling using standard _Linux_ cross compile options using _ARCH_ and _CROSS_COMPILE_ environment variables. For example for arm64:
0 commit comments