Browse Source

Merge pull request #243 from endocode/kayrus/build_dep

Updated build dependencies
Eugene Yakubovich 9 years ago
parent
commit
e2757b1d19
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -17,8 +17,8 @@ The following diagram demonstrates the path a packet takes as it traverses the o
 
 
 ## Building flannel
 ## Building flannel
 
 
-* Step 1: Make sure you have Linux headers installed on your machine. On Ubuntu, run `sudo apt-get install linux-libc-dev`.
-On Fedora/Redhat, run `sudo yum install kernel-headers`.
+* Step 1: Make sure you have required dependencies installed on your machine. On Ubuntu, run `sudo apt-get install linux-libc-dev golang gcc`.
+On Fedora/Redhat, run `sudo yum install kernel-headers golang gcc`.
 * Step 2: Git clone the flannel repo: `git clone https://github.com/coreos/flannel.git`
 * Step 2: Git clone the flannel repo: `git clone https://github.com/coreos/flannel.git`
 * Step 3: Run the build script: `cd flannel; ./build`
 * Step 3: Run the build script: `cd flannel; ./build`