6 | | - automake 1.11[[BR]] |
7 | | - Perl[[BR]] |
8 | | - svn client (included in OS)[[BR]] |
| 6 | - automake-1.11.1[[BR]] |
| 7 | - perl-5.10.1nb1[[BR]] |
| 8 | - autoconf-2.65nb1[[BR]] |
| 9 | - m4-1.4.14[[BR]] |
| 10 | - svn client 1.6.5 (included in OS)[[BR]] |
| 11 | |
| 12 | checkout the source from svn:[[BR]] |
| 13 | {{{ |
| 14 | svn co https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk/smartmontools smartmontools |
| 15 | }}} |
| 16 | This will result in the following output the first time you run it:[[BR]] |
| 17 | {{{ |
| 18 | Error validating server certificate for 'https://smartmontools.svn.sourceforge.net:443': |
| 19 | - The certificate is not issued by a trusted authority. Use the |
| 20 | fingerprint to validate the certificate manually! |
| 21 | Certificate information: |
| 22 | - Hostname: *.svn.sourceforge.net |
| 23 | - Valid: from Mon, 04 Jan 2010 15:21:55 GMT until Sat, 05 Feb 2011 10:03:23 GMT |
| 24 | - Issuer: Equifax Secure Certificate Authority, Equifax, US |
| 25 | - Fingerprint: ea:d1:3e:01:cc:16:e9:9b:c2:ab:4b:0c:cc:26:5f:25:78:ea:89:b4 |
| 26 | (R)eject, accept (t)emporarily or accept (p)ermanently? p |
| 27 | }}} |
| 28 | Accept by choosing permantently and run the checkout command again[[BR]] |
| 29 | Now you will get all the files to ./smartmontools ( check the revision to be sure, what you got ) |
| 30 | {{{ |
| 31 | A smartmontools/os_openbsd.cpp |
| 32 | A smartmontools/os_qnxnto.h |
| 33 | A smartmontools/dev_tunnelled.h |
| 34 | U smartmontools |
| 35 | Checked out revision 3108. |
| 36 | }}} |
| 37 | |