Difference between revisions of "ALinkCreatorConsole"
Vollstrecker (Talk | contribs) m (Fixed Note) |
Vollstrecker (Talk | contribs) m (Corrected Spelling of Español in language selection) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<center> | <center> | ||
− | '''English''' | [[aLinkCreatorConsole-de|Deutsch]] |[[aLinkCreatorConsole-es| | + | '''English''' | |
+ | [[aLinkCreatorConsole-de|Deutsch]] | | ||
+ | [[aLinkCreatorConsole-es|Español]] | ||
</center> | </center> | ||
== Description == | == Description == | ||
− | '''ALinkCreatorConsole (alcc)''' is a command-line-version of [[ALinkCreator|alc]], a tool for calculating and creating [[FAQ_eD2k-Kademlia#What_is_ED2K?|eD2k]]-[[Ed2k link|links]] for files on your computer without running aMule, even if you compiled with the ''--disable-monolithic''-Flag and don't have it installed. alcc can create Part-Hashes, | + | '''ALinkCreatorConsole (alcc)''' is a command-line-version of [[ALinkCreator|alc]], a tool for calculating and creating [[FAQ_eD2k-Kademlia#What_is_ED2K?|eD2k]]-[[Ed2k link|links]] for files on your computer without running aMule, even if you compiled with the ''--disable-monolithic''-Flag and don't have it installed. alcc can create Part-Hashes, and include them into the [[FAQ_eD2k-Kademlia#What_is_ED2K?|eD2k]]-[[Ed2k_link|link]].<br> |
For a short description of the usage see [[Usage_aLinkCreatorConsole|this article]]. | For a short description of the usage see [[Usage_aLinkCreatorConsole|this article]]. | ||
Line 19: | Line 21: | ||
== Note == | == Note == | ||
If you intend to build an [[RPM|rpm]] by using the [[Spec_file|specfile]], aMule is shipped with, you need to add the entry ''%{_bindir}/alcc'' in the file-section. Otherise, an error message will displayed, "/usr/bin/alcc installed but not packaged",and rpmbuild will abort. | If you intend to build an [[RPM|rpm]] by using the [[Spec_file|specfile]], aMule is shipped with, you need to add the entry ''%{_bindir}/alcc'' in the file-section. Otherise, an error message will displayed, "/usr/bin/alcc installed but not packaged",and rpmbuild will abort. | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:05, 24 September 2008
Description
ALinkCreatorConsole (alcc) is a command-line-version of alc, a tool for calculating and creating eD2k-links for files on your computer without running aMule, even if you compiled with the --disable-monolithic-Flag and don't have it installed. alcc can create Part-Hashes, and include them into the eD2k-link.
For a short description of the usage see this article.
Installing alcc
Many of not most distros have an aMule package in their repositories. If you install aMule by means of RPM, DEB, or other package management system, alcc will be included in the installation.
This is the easiest and preferred method of installing alcc.
Compiling alcc
If you have not installed aMule by means of a package, you will need to compile it from source.
alcc is not compiled separately; it is compiled at the same time you compile aMule by using the --enable-alcc flag when you run configure. (See the Main Page for links to pages on compiling aMule for various operating systems).
Note
If you intend to build an rpm by using the specfile, aMule is shipped with, you need to add the entry %{_bindir}/alcc in the file-section. Otherise, an error message will displayed, "/usr/bin/alcc installed but not packaged",and rpmbuild will abort.