Skip to content

Commit a15e7e3

Browse files
dpgaokylef
authored andcommitted
docs: Update dependencies for FreeBSD (#139)
* The default `clang` that comes with FreeBSD 11 can already compile swift, so there is no need to install it separately. (See related [pull request](swiftlang/swift#169).) * `e2fsprogs-lluuid` has been renamed to `e2fsprogs-libuuid`. * When compiling swift the following error occurred: clang: error: invalid linker name in argument '-fuse-ld=gold' `binutils` supplies the missing linker.
1 parent 3a982d8 commit a15e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-3
7575
You will need to install the following dependencies on FreeBSD:
7676

7777
```shell
78-
$ pkg install clang36-3.6.2 git python ninja cmake pkgconf e2fsprogs-lluuid
78+
$ pkg install binutils git python ninja cmake pkgconf e2fsprogs-libuuid
7979
```
8080

8181
### Your platform here

0 commit comments

Comments
 (0)