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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,14 @@ Then check that the `libwired` directory was not empty and `configure` file exis
66
66
67
67
During the configuration, scripts will check that your environment fills the requirements described at the top of this document. You will be warned if any of the required component is missing on your operating system.
68
68
69
-
To start configuration, use the following command:
69
+
To start configuration for Intel/AMD, use the following command:
70
70
71
71
./configure
72
72
73
+
To start configuration for ARM, use the following command:
74
+
75
+
./configure --build=aarch64 --host=aarch64
76
+
73
77
Wired Server is designed to be installed into `/usr/local` by default. To change this, run:
0 commit comments