Dependencies ============ anylike can be built using either libgcrypt or the openssl-crypto library. The latter is more performant in most cases but there are some license issues when using this library. It also needs more space when installed. Linux ----- using libgcrypt: build-essential libgcrypt11-dev liblua50-dev liblualib50-dev using ssl crypto library: build-essential libssl-dev liblua50-dev liblualib50-dev if you want to rebuild the manpage: asciidoc Installation ============ Getting the source via subversion: ---------------------------------- svn co https://svn.anylike.org/anylike/trunk anylike cd anylike Building from source -------------------- using libgcrypt: # cd src # ./configure # make using ssl crypto library: # cd src # ./configure --use-ssl-crypto # make Notes: - try './configure --help' for further information Installing ---------- # sudo make install This will install anylike under the --prefix defined with configure. Uninstalling ------------ # sudo make remove This removes everytthing except for the config files # sudo make purge This also removes the config files Usage: ====== tba..