On 02.12.2012, at 05:55, Sean Silva <[email protected]> wrote: > When I went to set up arc a while back, it was a pain in the rear. The > "quickstart" required cloning like 3 git repos and building and > installing a bunch of stuff from source. Is it any easier now?
Don't know if it changed recently, but now it requires cloning two git repositories and adding it to you $PATH. Wasn't very painful. - Ben > > On Sat, Dec 1, 2012 at 7:08 AM, Benjamin Kramer > <[email protected]> wrote: >> Author: d0k >> Date: Sat Dec 1 06:08:08 2012 >> New Revision: 169086 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=169086&view=rev >> Log: >> Add .arcconfig to the repository. Useful if someone wants to use >> phabricator's command line tool. >> >> Added: >> cfe/trunk/.arcconfig >> >> Added: cfe/trunk/.arcconfig >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/.arcconfig?rev=169086&view=auto >> ============================================================================== >> --- cfe/trunk/.arcconfig (added) >> +++ cfe/trunk/.arcconfig Sat Dec 1 06:08:08 2012 >> @@ -0,0 +1,4 @@ >> +{ >> + "project_id" : "clang", >> + "conduit_uri" : "http://llvm-reviews.chandlerc.com/" >> +} >> >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
