Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqilau committed Jun 10, 2015
1 parent 24721bd commit a5f2e70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -34,14 +34,17 @@ We support Google's Protobuf as input. Try data/getdata.cc to convert from userw

## Environment Requirment
* GCC 4.9 or higher

```bash
tar zxf gcc-4.9.2.tar.gz;cd gcc-4.9.2;contrib/download_prerequisites;cd ..;mkdir buildc;cd buildc;../gcc-4.9.2/configure --disable-multilib;make -j 32;sudo make install;cd ..;
```
* Intel TBB

```bash
sudo apt-get install libtbb-dev
```
* Google Protobuf

```bash
sudo apt-get install -y libprotobuf-dev; sudo apt-get install -y protobuf-compiler;
```
Expand Down

0 comments on commit a5f2e70

Please sign in to comment.