Skip to content

Commit e3b29f6

Browse files
author
Damian Rouson
committed
fix #708
1 parent 3226ea8 commit e3b29f6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

INSTALL

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ Developer/quickstart installation guide
1111
How to build OpenCoarrays for the very impatient
1212
------------------------------------------------
1313

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
14+
git clone https://github.com/sourceryinstitute/OpenCoarrays
15+
cd OpenCoarrays
16+
mkdir build
17+
cd build
18+
cmake ..
2019
make
2120
make test # optional; verify build works
22-
make install
23-
21+
sudo make install
2422

2523
Intended audience
2624
-----------------

0 commit comments

Comments
 (0)