Commit 3ba6ad87 authored by weichunc's avatar weichunc

Merge pull request #113 from iovisor/bblanco_dev

Suggest Release and add X86 target in readme
parents ee79f131 a44d4da2
...@@ -30,7 +30,7 @@ To build the toolchain from source, one needs: ...@@ -30,7 +30,7 @@ To build the toolchain from source, one needs:
* `git clone http://llvm.org/git/llvm.git` * `git clone http://llvm.org/git/llvm.git`
* `cd llvm/tools; git clone http://llvm.org/git/clang.git` * `cd llvm/tools; git clone http://llvm.org/git/clang.git`
* `cd ..; mkdir -p build/install; cd build` * `cd ..; mkdir -p build/install; cd build`
* `cmake -G "Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="BPF" -DCMAKE_INSTALL_PREFIX=$PWD/install ..` * `cmake -G "Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="BPF;X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PWD/install ..`
* `make -j4` * `make -j4`
* `make install` * `make install`
* `export PATH=$PWD/install/bin:$PATH` * `export PATH=$PWD/install/bin:$PATH`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment