Advertisement
CryptoLifestyler

Untitled

Jan 27th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. ***Commands After compiling 64 bit***
  2. Make clean
  3.  
  4. ***Setting the Host for 32bit***
  5. cd depends
  6. make HOST=i686-w64-mingw32 -j4
  7. -------------------------------------------------------------------------------------------------------
  8.  
  9. ***Compiling***
  10. cd ..
  11. ./autogen.sh
  12. CONFIG_SITE=$PWD/depends/i686-w64-mingw32/share/config.site ./configure --prefix=/
  13. make
  14.  
  15. -------------------------------------------------------------------------------------------------------
  16.  
  17. ***Move executables to Windows Desktop***
  18. make install DESTDIR=/mnt/c/Users/Admin/Desktop/VisionX_Win32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement