hpk wrote: > One of the obstacles regarding LLVM is indeed its installation > process, as is often the case with large C++ codebases not > packaged by the distributions. If we want to use LLVM more > then we should try to provide supplemental installation > instructions i guess.
LLVM is currently being packaged for Debian. See http://bugs.debian.org/239415 Preliminary package does work. 1.4 release is currently packaged. Here's the installation instruction: 1. Add "deb http://toolchain.org/~ahs3 /" to /etc/apt/sources.list 2. apt-get install llvm 3. Happy hacking! Seo Sanghyeon _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
