Changes between Version 2 and Version 3 of HeadlessUsage/NSLU2
- Timestamp:
- Nov 26, 2009, 5:58:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HeadlessUsage/NSLU2
v2 v3 11 11 $ ipkg install Transmission 12 12 }}} 13 The ipkg repositories may not always be up-to-date with the latest Transmission, so you might want to build it from source.14 13 15 14 === 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 16 17 ==== Dependencies ==== 17 18 Use ipkg to install: … … 19 20 1. openssl-dev 20 21 1. libcurl-dev 21 If you're '''not''' building Transmission 1.50 or a revision higher then r7258 you will also need:22 4. gettext23 4. perl-xml-parser (for intltool)24 4. intltool (you'll need to compile it for yourself, because it's not available on ipkg)25 22 26 23 ==== Building ====