<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">Travis Siegel via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>> schrieb am Mo., 28. Sep. 2020, 10:01:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div>
    <p>But, in any case, if there's a way to get 64-bit versions on
      windows, I'd like to know how. <br></p></div></blockquote></div><div dir="auto"><br></div><div dir="auto">Easiest: install a 64-bit Lazarus, it contains a 64-bit FPC. </div><div dir="auto"><br></div><div dir="auto">Other than that: download the source for your compiler version and do:</div><div dir="auto"><br></div><div dir="auto">make all CPU_TARGET=x86_64 OS_TARGET=win64 FPMAKEOPT="-T <thds>" </div><div dir="auto">make install <span style="font-family:sans-serif">CPU_TARGET=x86_64 OS_TARGET=win64 INSTALL_PREFIX=the\path\you\want</span></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><span style="font-family:sans-serif"><thds> is the number if threads you want to use during the build. I usually use the number of cores of my CPU. </span></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><span style="font-family:sans-serif">You should then copy the fpc.cfg from your existing installation (it's next to the fpc binary) and adjust the paths in there. </span></div><div dir="auto"><span style="font-family:sans-serif"><br></span></div><div dir="auto"><span style="font-family:sans-serif">Regards, </span></div><div dir="auto"><span style="font-family:sans-serif">Sven </span></div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><p></p></div>
</blockquote></div></div>