Advertisement
Guest User

Untitled

a guest
Oct 7th, 2010
12,545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. FAQ - How to run LOIC in Linux
  2. --------------------------------------------------------------------------------------------------
  3.  
  4. We need two packages monodevelop and liblog4net so in Debian-like distributions (such as Ubuntu, Kubuntu...)
  5.  
  6. sudo apt-get install monodevelop liblog4net-cli-dev
  7.  
  8. If you can't find the exact package use apt-cache search for search them.
  9.  
  10. Then we download the source available in http://github.com/NewEraCracker/LOIC/downloads and unzip the zip file which contains the sourcecode of Loic.
  11.  
  12. After that, go into the dir 'source' and build it
  13.  
  14. mdtool build
  15.  
  16. Now the binary file is available in 'source/bin/debug so we can run it with mono:
  17.  
  18. mono LOIC.exe
  19.  
  20. Note: If you can't find the liblog4net package, try to build it anyways. In archlinux, for example, works without it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement