No, just cd into the top level directory and type: xcodebuild -configuration Debug -target desktop
Or xcodebuild -configuration Release -target desktop It should download llvm/clang for you as part of a shell script build phase. So you'll need a network connection during your build so it can download llvm/clang from SVN. > On Feb 12, 2015, at 1:14 PM, Murat Yakici <murat.yak...@gmail.com> wrote: > > Hi, > I am trying to build LLDB on Mac. Successfully followed the signing steps. > However, when attempting to build via Xcode or getting command line, I am > getting (fatal error: 'llvm/ADT/StringRef.h' file not found or similar build > errors. Do I need to build LLVM first? > > Only Xcode 6.1 (on Yosemite) and command line tools installed. No other > compiler or build tool exists. > > I would appreciate your urgent help. > > Thanks, > Murat > _______________________________________________ > lldb-dev mailing list > lldb-dev@cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev