Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. git clone https://github.com/nochowderforyou/clams
  2. cd clams
  3. git checkout 2.1.0
  4. cd depends
  5. sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev curl
  6. make HOST=x86_64-w64-mingw32 -j4 V=1
  7. cd ..
  8. HOST=x86_64-w64-mingw32 ./autogen.sh
  9. ./configure --host=x86_64-w64-mingw32 --prefix=``pwd``/depends/x86_64-w64-mingw32 --disable-hardening CXXFLAGS='-fwrapv -fno-strict-aliasing -Werror -g'
  10. make V=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement