Changes between Version 2 and Version 3 of HeadlessUsage/NSLU2


Ignore:
Timestamp:
Nov 26, 2009, 5:58:35 PM (13 years ago)
Author:
Waldorf
Comment:

1.5x is no longer supported, so remove the old instruction permanently. Also, ipkg is usually up-to-date lately. So rephrase to give the packager more credit.

Legend:

Unmodified
Added
Removed
Modified
  • HeadlessUsage/NSLU2

    v2 v3  
    1111$ ipkg install Transmission
    1212}}}
    13 The ipkg repositories may not always be up-to-date with the latest Transmission, so you might want to build it from source.
    1413
    1514=== Building from Source ===
     15 ''The ipkg repositories are usually up-to-date with the latest Transmission. However, if you need to build it from source, these instruction will guide you through it.''
     16
    1617==== Dependencies ====
    1718Use ipkg to install:
     
    1920 1. openssl-dev
    2021 1. libcurl-dev
    21 If you're '''not''' building Transmission 1.50 or a revision higher then r7258 you will also need:
    22  4. gettext
    23  4. perl-xml-parser (for intltool)
    24  4. intltool (you'll need to compile it for yourself, because it's not available on ipkg)
    2522 
    2623==== Building ====