Changes between Version 20 and Version 21 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
04/26/12 12:41:49 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v20 v21  
    3434
    3535{{{
     36$ ./configure --enable-lzo
     37}}}
     38
     39If you're using password authentication, you may be interested in support for password stored in (properly protected!) files:
     40
     41{{{
     42$ ./configure --enable-lzo --enable-password-save
     43}}}
     44
     45Or, if you want to use smart cards and such, you should use
     46
     47{{{
    3648$ ./configure --enable-lzo --enable-pkcs11
    37 $ make
    38 $ make install
    3949}}}
    4050