Commit 4b0fdcf69f1863b1c6582bf23f298d88b9a8d30b
Exists in
master
Merge branch 'master' of https://github.com/lightbase/cacic-agente
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -2,9 +2,24 @@ Módulo agente do software Cacic |
2 | 2 | ============ |
3 | 3 | Pré Requisitos: |
4 | 4 | - Crypto++ (http://www.cryptopp.com/#download) |
5 | + | |
5 | 6 | Instalando no Windows: |
6 | 7 | >Caso dê problemas durante a compilação e for solicitado o "this->" antes de alguns métodos, deve ser corrigido em cada arquivo. Depois disso basta seguir esse tutorial: https://sites.google.com/site/ievgensychov/cryptopp |
7 | 8 | |
9 | +Instalando no Linux (Versão utilizada Ubuntu 14.04): | |
10 | + | |
11 | + 1 ~$ apt-cache pkgnames | grep -i crypto++ | |
12 | + | |
13 | + libcrypto++X-dbg | |
14 | + libcrypto++-dev | |
15 | + libcrypto++-doc | |
16 | + libcrypto++X | |
17 | + libcrypto++-utils | |
18 | + | |
19 | + *O X é referente a versão do cryptopp. Modifique de acordo com o resultado da busca. | |
20 | + | |
21 | + 2 ~$ apt-get install libcrypto++X libcrypto++X-dbg libcrypto++-dev | |
22 | + | |
8 | 23 | - OpenSSL (https://www.openssl.org/) |
9 | 24 | >Encontrado para windows em https://www.openssl.org/related/binaries.html; |
10 | 25 | ... | ... |