close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Internal/SummerInternship/Logs/SangeethaSiddegowda/programming/click


Ignore:
Timestamp:
Jun 20, 2011, 4:46:47 AM (13 years ago)
Author:
sansid
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SummerInternship/Logs/SangeethaSiddegowda/programming/click

    v1 v1  
     1
     2== CLICK MODULAR ROUTER ==
     3----
     4
     5  ||'''CLICK INSTALLATION'''||
     6 * Download from [http://www.read.cs.ucla.edu/click/click-1.6.0.tar.gz]
     7 * tar -xvf click-1.6.0.tar.gz
     8 * cd click-1.6.0
     9 * ./configure --disable-linuxmodule --enable-local
     10
     11 * '''MAKE and INSTALL'''
     12  (''inside the click-1.6.0 directory'')
     13  * make -j2 (''Click will now run'')
     14  * userlevel/click conf/test.click
     15   * Output should be five times ok:   40 | 45000028 00000000 401177c3 01000001 02000002 13691369
     16  * Optional: install Click systemwide (as root)
     17  * Become root: su
     18   * make install
     19   * click <clickdirectory>/conf/test.click should work
     20
     21 '''''Every time you change elements you must do a make install'''''
     22----
     23
     24  || Click  [http://read.cs.ucla.edu/click/]||
     25  || Elements of CLICK [http://read.cs.ucla.edu/click/elements]||
     26  || Beginner [http://www.pats.ua.ac.be/software/click] ||