Advertisement
CryptoLifestyler

Untitled

Jan 27th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Windows QT 32 bit Cross-Compiling
  2.  
  3.  
  4. Transcript
  5.  
  6. 00:11 I am now going to show you how to make the Windows 32 bit QT. This should be done directly after you have made the 64 bit QT. It's actually quite simple. And by already having the source code, on our Ubuntu machine in Windows. We do not have much to do.
  7.  
  8. 00:31 Let's get started.
  9.  
  10. 00:33 Directly after compiling your Windows 64 bit QT. Clear your terminal. Type ''ls'' and you will see we still have the source code for our coin.
  11.  
  12. 00:44 Navigate back into the Vision X folder. We are going to use the command ''make clean'' to remove all the 64 bit configuration.
  13.  
  14. 01:03 Once that is done, return to your Windows build notes. You can see here, the build notes for the 32 bit version.
  15.  
  16. 01:18 Copy the first line which strips out problematic paths. Paste it into the terminal.
  17.  
  18. 01:28 Then type ''cd depends''. Inside the depends folder. We are going to change the mingw for the 32 bit. Copy and paste the command into the terminal.
  19.  
  20. 01:43 Let that install. It will take quite a while. For the purpose of this video, I will not complete the installation.
  21.  
  22. 01:52 Once that is installed, Use ''cd ..'' to return back to the Vision X folder.
  23.  
  24. 01:58 Then paste the autogen.sh command. Then the configure command. Then ''make''.
  25.  
  26. 02:09 Once that is done. Follow the same process as the 64 bit, to transfer your QT to your Windows Desktop.
  27.  
  28. (make install DESTDIR=/mnt/c/Users/Admin/Desktop/VisionX_Win32)
  29.  
  30. 02:17 You will then have both Windows 64 and 32 binaries on your Desktop. These can be compressed into zip folders and released to miners.
  31.  
  32. 02:27 That's how you cross-compile the 32 bit QT for windows.
  33.  
  34. 02:33 In our next video, we will be creating a Mac virtual machine. To compile the Mac QT.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement