[cfe-dev] Errors compiling trunk on Windows
Óscar Fuentes
ofv at wanadoo.es
Tue Mar 8 10:32:42 PST 2011
Nikola Smiljanic <popizdeh at gmail.com> writes:
[snip]
> But getting_started page lists exact commands and one of them doesn't
> work if you follow it exactly.
I don't think so. Let's suppose your current directory is c:\ and follow
the instructions for VS on http://clang.llvm.org/get_started.html :
c:\> <checkout llvm>
c:\> cd llvm\tools
c:\llvm\tools> <checkout clang>
c:\llvm\tools> cd ..\..
c:\> mkdir build
c:\> cd build
c:\build> cmake -G "Visual Studio 8 2005" ..\llvm
At the last command you are in the build/ directory and the path to LLVM
sources from there is ..\llvm, as used on the cmake command.
[snip]
More information about the cfe-dev
mailing list