Changes between Version 24 and Version 25 of FeddDownload


Ignore:
Timestamp:
Jun 3, 2013 9:19:17 AM (11 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddDownload

    v24 v25  
    2323The easiest way to get a copy of fedd installed on your machine is to
    2424download the python distutils tar file and install it.  The current
    25 version is [attachment:fedd-3.20.tar.gz fedd-3.20.tar.gz].  Older sources are attached to this page.
     25version is [attachment:fedd-3.50b.tar.gz fedd-3.50b.tar.gz].  Older sources are attached to this page.
    2626
    2727You will need to have the following python packages installed as well.
     
    4545
    4646{{{
    47 $ tar xzf -C /tmp fedd-3.00.tar.gz
    48 $ cd /tmp/fedd-3.00
     47$ tar xzf -C /tmp fedd-3.50b.tar.gz
     48$ cd /tmp/fedd-3.50b
    4949$ sudo python ./setup.py install
    5050$ cd
    51 $ sudo rm -rf /tmp/fedd-3.00
     51$ sudo rm -rf /tmp/fedd-3.50b
    5252}}}
    5353