From af3cd38233c9a166771cdb24db279d982b36d803 Mon Sep 17 00:00:00 2001 From: Lalith Suresh Date: Thu, 16 Jun 2011 19:42:39 +0100 Subject: [PATCH] Add Click download link to model documentation --- src/click/doc/click.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/click/doc/click.rst b/src/click/doc/click.rst index 556017518..06367daca 100644 --- a/src/click/doc/click.rst +++ b/src/click/doc/click.rst @@ -76,7 +76,7 @@ Usage Building Click ============== -The first step is to build Click. At the top of your Click source directory:: +The first step is to fetch (http://read.cs.ucla.edu/click/download) and build Click. At the top of your Click source directory:: $: ./configure --enable-userlevel --disable-linuxmodule --enable-nsclick --enable-wifi $: make