瀏覽代碼

flex and bison not needed.

cartershanklin 12 年之前
父節點
當前提交
72e9fbdadc
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -26,10 +26,10 @@ All of these steps should be carried out on your Hadoop cluster.
 
 - Step 1: Prepare your environment.
 
-  Before you begin, ```gcc```, ```flex```, ```bison``` and maven (```mvn```)must be in your system path. This is needed to compile the data generation program and package it for running inside Hadoop. These only need to be installed on one node of your Hadoop cluster.
+  Before you begin, ```gcc```, and maven (```mvn```)must be in your system path. This is needed to compile the data generation program and package it for running inside Hadoop. These only need to be installed on one node of your Hadoop cluster.
 
-  On Ubuntu systems you can install all these via ```sudo apt-get install gcc flex bison maven```.
-  On RHEL / CentOS, most of these are availabile, start with ```sudo yum install gcc flex bison```. Maven must be installed manually.
+  On Ubuntu systems you can install all these via ```sudo apt-get install gcc maven```.
+  On RHEL / CentOS, most of these are availabile, start with ```sudo yum install gcc```. Maven must be installed manually.
 
 - Step 2: Compile and package the data generator.