Skip to content

Commit 0392a44

Browse files
committed
Updated README.
1 parent 67ba8af commit 0392a44

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,19 @@ On FreeBSD, run:
5757
$ make freebsd
5858
```
5959

60-
On Linux, run instead:
60+
On Linux (x86-64), run instead:
6161

6262
```
6363
$ make linux
6464
```
6565

66-
Or, set parameter `OS` to either `linux` or `FreeBSD`, and `PREFIX` to `/usr` or
67-
`/usr/local`, for instance:
66+
On Linux (aarch64), run:
6867

6968
```
70-
$ make OS=linux PREFIX=/usr
69+
$ make linux_aarch64
7170
```
7271

73-
For Intel oneAPI, run:
72+
To build with Intel oneAPI, run:
7473

7574
```
7675
$ make CC=icx FC=ifx PPFLAGS=
@@ -93,12 +92,18 @@ Using FPM, a preprocessor flag has to be passed to GNU Fortran. On FreeBSD:
9392
$ fpm build --profile release --flag "-D__FreeBSD__"
9493
```
9594

96-
On Linux:
95+
On Linux (x86-64):
9796

9897
```
9998
$ fpm build --profile release --flag "-D__linux__"
10099
```
101100

101+
On Linux (aarch64):
102+
103+
```
104+
$ fpm build --profile release --flag "-D__linux__ -D__aarch64__"
105+
```
106+
102107
## Source Code Documentation
103108

104109
The source code documentation of the library has to be created with

0 commit comments

Comments
 (0)