[swift-users] Build swift from the source

Mish Awadah mawadah at apple.com
Mon Dec 7 13:33:24 CST 2015


> On Dec 7, 2015, at 11:26 AM, inbox only via swift-users <swift-users at swift.org> wrote:
> 
> I have a 2 questions:
> 1. How do I build swift from the source ?

The answer to this is in the README (https://github.com/apple/swift)

> 2. How do I do the path thingie so I can run executable from the terminal using just "swift” ?

The answer to this is in the Download guide (https://swift.org/download/#linux)

specifically:

Add the Swift toolchain to your path as follows:

$ export PATH=/path/to/usr/bin:"${PATH}"
You can now execute the swift command to run the REPL or build Swift projects.

- mish

>  _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20151207/9e49e70b/attachment.html>


More information about the swift-users mailing list