mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
18 lines
337 B
Markdown
18 lines
337 B
Markdown
Mercury on OpenBSD
|
|
==================
|
|
|
|
Tested on OpenBSD 6.2 amd64 with `clang` 4.0 and `gcc` 4.9.
|
|
|
|
The base version of `gcc` is 4.2.1, but you can install a more recent
|
|
version from ports with
|
|
|
|
```
|
|
$ pkg_add gcc
|
|
```
|
|
|
|
Then direct Mercury to use `egcc` by running:
|
|
|
|
```
|
|
$ CC=egcc ./configure <your normal configure arguments>
|
|
```
|