Shad Ahmad
2010-Jan-18 23:42 UTC
[LLVMdev] Any detailed instructions for building LLVM on Win XP?
I need to build LLVM on Win XP VM. Are there any detailed instructions for that? Thank you -Shad Ahmad | Release Manager, Adobe AIR | Adobe Systems, Inc | sahmad at adobe.com | 408.536.4101
Christoph Erhardt
2010-Jan-19 00:19 UTC
[LLVMdev] Any detailed instructions for building LLVM on Win XP?
Hi, I suppose you want to build LLVM with Visual Studio. The corresponding quickstart guide (http://llvm.org/docs/GettingStartedVS.html) should contain all the information you need. Christoph
Óscar Fuentes
2010-Jan-19 00:20 UTC
[LLVMdev] Any detailed instructions for building LLVM on Win XP?
Shad Ahmad <sahmad at adobe.com> writes:> I need to build LLVM on Win XP VM. Are there any detailed instructions > for that?Visual Studio or MinGW? For MinGW: http://www.llvm.org/docs/GettingStarted.html For VS: http://www.llvm.org/docs/GettingStartedVS.html Both: http://www.llvm.org/docs/CMake.html -- Óscar