<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 11, 2015 at 7:13 PM, Joseph Bell via swift-corelibs-dev <span dir="ltr"><<a href="mailto:swift-corelibs-dev@swift.org" target="_blank">swift-corelibs-dev@swift.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Howdy,<div><br></div><div>I have been using the SNAPSHOT .tar.gz to write some basic Swift applications, and now wanted to turn my attention to compiling with the latest coming out of the corelibs-foundation library. I understand that to do so I need to download clang, llvm, swift, and swift-corelibs-foundation and use the swift/utils/build-script to build everything.</div><div><br></div><div>I can do that successfully, but now I have a build/Ninja-ReleaseAssert directory littered with all manner of artifacts that it's not clear how to pull together and run with it. Is there either a packaging tool (creating the filesystem layout seen in the SNAPSHOT) or sets of exports one uses to run with a hand-built swift and corelibs?</div></div></blockquote><div><br></div><div>Here's how the official packages are built:</div><div><br></div><div>./utils/build-script --preset=buildbot_linux_1404 install_destdir=/tmp/install installable_package=/tmp/swift.tar.gz</div><div><br></div></div>Dmitri<br clear="all"><div><br></div>-- <br><div class="gmail_signature">main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>>*/</div>
</div></div>