Difference between revisions of "CryptoppDebian"
Vollstrecker (Talk | contribs) m (Update) |
Vollstrecker (Talk | contribs) m (Adjusted Links, Added Version-Tag) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
'''IMPORTANT:''' ''Please be aware that you need to have super-user (root) priviledges to follow this document'' | '''IMPORTANT:''' ''Please be aware that you need to have super-user (root) priviledges to follow this document'' | ||
== How to get [[libcrypto|crypto++]] working on [[Debian]] (from deb package): == | == How to get [[libcrypto|crypto++]] working on [[Debian]] (from deb package): == | ||
− | |||
Simply run this two commands | Simply run this two commands | ||
Line 11: | Line 8: | ||
== How to get [[Libcrypto|crypto++]] working on [[Debian]] (from [[Debian]] sources): == | == How to get [[Libcrypto|crypto++]] working on [[Debian]] (from [[Debian]] sources): == | ||
− | |||
Get [[Libcrypto|libcrypto++]] sources; | Get [[Libcrypto|libcrypto++]] sources; | ||
Line 30: | Line 26: | ||
== Self-compiling [[Libcrypto|Crypto++]] == | == Self-compiling [[Libcrypto|Crypto++]] == | ||
− | |||
You could compile [[Libcrypto|libcrypto]] yourself too. Take a look at [[Compilation_Installation|our compilation howto]]. | You could compile [[Libcrypto|libcrypto]] yourself too. Take a look at [[Compilation_Installation|our compilation howto]]. | ||
Line 37: | Line 32: | ||
* Download the [[Libcrypto|crypto++]] package that matches your arch [http://packages.debian.org/unstable/libs/libcrypto++5.1 here]. | * Download the [[Libcrypto|crypto++]] package that matches your arch [http://packages.debian.org/unstable/libs/libcrypto++5.1 here]. | ||
− | * If you want to compile [[aMule]] yourself, download the ''crypto++-dev'' package that matches your arch [http://packages.debian.org/unstable/libdevel/libcrypto++-dev here]. | + | * If you want to compile [[AMule Project FAQ:About|aMule]] yourself, download the ''crypto++-dev'' package that matches your arch [http://packages.debian.org/unstable/libdevel/libcrypto++-dev here]. |
* Use the command ''dpkg -i <filename>'' on the downloaded files as root, and you're done. | * Use the command ''dpkg -i <filename>'' on the downloaded files as root, and you're done. | ||
+ | |||
+ | == Version == | ||
+ | Created by "Unknown User" on 28.04.04 at 22:54<br> | ||
+ | Updated by Vollstrecker on 22.01.08 at 10:27 |
Revision as of 10:32, 22 January 2008
IMPORTANT: Please be aware that you need to have super-user (root) priviledges to follow this document
Contents
How to get crypto++ working on Debian (from deb package):
Simply run this two commands
apt-get update
apt-get install libcrypto++-dev
How to get crypto++ working on Debian (from Debian sources):
Get libcrypto++ sources;
Add this line to /etc/apt/sources.list:
deb-src http://ftp.yourcountrytld.debian.org/debian/ <your-distro> main non-free contrib
and run
apt-get update
apt-get source -b libcrypto++
or
apt-get source libcrypto++, cd into the created dir, dpkg-buildpackage -b -B -uc
After compiling (dpkg -i libcrypto*.deb)
Self-compiling Crypto++
You could compile libcrypto yourself too. Take a look at our compilation howto.
Hasty installation
Please note that this installation method has the disadvantage that the crypto++ packages wont be updated automatically along with the rest of your system!
- Download the crypto++ package that matches your arch here.
- If you want to compile aMule yourself, download the crypto++-dev package that matches your arch here.
- Use the command dpkg -i <filename> on the downloaded files as root, and you're done.
Version
Created by "Unknown User" on 28.04.04 at 22:54
Updated by Vollstrecker on 22.01.08 at 10:27