Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Tutorial POPL18
Commits
000ac444
Commit
000ac444
authored
Sep 15, 2020
by
Ralf Jung
Browse files
Merge branch 'macos-gawk' into 'master'
Document installing gawk on macOS See merge request
!6
parents
09800dea
44603f4d
Pipeline
#34122
passed with stage
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
000ac444
...
...
@@ -64,8 +64,8 @@ If you would like to know more about Iris, we recommend to take a look at:
If you want to contribute to the tutorial, note that the files in
`exercises/`
are generated from the corresponding files in
`solutions/`
. Run
`make exercises`
to re-generate those files. This requires
`gawk`
to be installed (which should
usually be available on Linux
but might have to
be installed
separately on
macOS
).
usually be available on Linux
, and on macOS can
be installed
with
`brew install gawk`
).
The syntax for the solution files is as follows:
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment