Commit bb1da082058c819ab12a467ec68a876d13da8c12

Authored by Georg Hopp
1 parent 0dcecad1

add install instructions

Showing 1 changed file with 10 additions and 0 deletions
... ... @@ -33,6 +33,16 @@ quality as well as the responsiveness of encryption.
33 33 Actually i must confess that i have no really clue what a random number makes
34 34 it cryptographically "good" and i would be happy to get some feedback on this.
35 35
  36 +### Build and install
  37 +
  38 +You can build and install this module as follows:
  39 +
  40 + cd mod_entropy
  41 + ./bootstrap
  42 + ./configure
  43 + make
  44 + make install
  45 +
36 46 ## Requirements
37 47
38 48 ### Add **cap_sys_admin** to apache.
... ...
Please register or login to post a comment