Talk:HowTo Compile In Debian/Ubuntu

From AMule Project FAQ
< Talk:HowTo Compile In Debian
Revision as of 16:00, 8 September 2004 by 81.202.181.73 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To successully compile aMule in my Sarge I had to create a link like this:

 ln -s /usr/include/crypto++ /usr/include/cryptopp
because the make process searchs for config.h in cryptopp directory, not in crypto++.