Skip to content

Commit

Permalink
Update tags in instructions for building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat committed Feb 26, 2021
1 parent 3eb0164 commit 3411536
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Clone the OpenCilk compiler, runtime, and productivity tool repositories. The
Cheetah runtime and OpenCilk tool repositories must be cloned into
sub-directories of the OpenCilk project directory:

git clone -b opencilk/v1.0-rc2 --single-branch https://github.com/OpenCilk/opencilk-project
git clone -b opencilk/v1.0-rc2 https://github.com/OpenCilk/cheetah opencilk-project/cheetah
git clone -b opencilk/v1.0-rc2 https://github.com/OpenCilk/productivity-tools opencilk-project/cilktools
git clone -b opencilk/v1.0-rc3 --single-branch https://github.com/OpenCilk/opencilk-project
git clone -b opencilk/v1.0-rc3 https://github.com/OpenCilk/cheetah opencilk-project/cheetah
git clone -b opencilk/v1.0-rc3 https://github.com/OpenCilk/productivity-tools opencilk-project/cilktools

Clone the OpenCilk infrastructure repository, which contains the OpenCilk build
script:

git clone -b opencilk/v1.0-rc2 https://github.com/OpenCilk/infrastructure
git clone -b opencilk/v1.0-rc3 https://github.com/OpenCilk/infrastructure

### Building OpenCilk

Expand Down

0 comments on commit 3411536

Please sign in to comment.