We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3226ea8 commit e3b29f6Copy full SHA for e3b29f6
INSTALL
@@ -11,16 +11,14 @@ Developer/quickstart installation guide
11
How to build OpenCoarrays for the very impatient
12
------------------------------------------------
13
14
- mkdir opencoarrays-build
15
- cd opencoarrays-build
16
- export FC=/path/to/gfortran
17
- export CC=/path/to/gcc
18
- cmake /path/to/OpenCoarrays/source \
19
- -DCMAKE_INSTALL_PREFIX=/path/to/desired/installation/location
+ git clone https://github.com/sourceryinstitute/OpenCoarrays
+ cd OpenCoarrays
+ mkdir build
+ cd build
+ cmake ..
20
make
21
make test # optional; verify build works
22
- make install
23
-
+ sudo make install
24
25
Intended audience
26
-----------------
0 commit comments