> On Dec 7, 2015, at 11:26 AM, inbox only via swift-users > <[email protected]> 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 > [email protected] > https://lists.swift.org/mailman/listinfo/swift-users
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
