Skip to content

Commit 3fafd0f

Browse files
authored
Update README.md
1 parent 47e89b2 commit 3fafd0f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,14 @@ Then check that the `libwired` directory was not empty and `configure` file exis
6666

6767
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.
6868

69-
To start configuration, use the following command:
69+
To start configuration for Intel/AMD, use the following command:
7070

7171
./configure
7272

73+
To start configuration for ARM, use the following command:
74+
75+
./configure --build=aarch64 --host=aarch64
76+
7377
Wired Server is designed to be installed into `/usr/local` by default. To change this, run:
7478

7579
./configure --prefix=/path

0 commit comments

Comments
 (0)