<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[meson oder configure PRojekte &#x2F; Linux--&gt;win64]]></title><description><![CDATA[<p>Weis einer, wie man aus einem meson oder configure Project eine Win64 build erstellen kann ?<br />
Als Basis habe ich Linux 64 bit.</p>
<p>Bei cmake erstellten Projekten ist mir die bekannt, dies geht etwa so:</p>
<pre><code>cmake -S ../SDL_net -B . -DCMAKE_CXX_COMPILER=&quot;/usr/bin/x86_64-w64-mingw32-g++&quot; -DCMAKE_C_COMPILER=&quot;/usr/bin/x86_64-w64-mingw32-gcc&quot; -DCMAKE_RC_COMPILER=&quot;/usr/bin/x86_64-w64-mingw32-windres&quot; -DCMAKE_FIND_ROOT_PATH=&quot;/usr/x86_64-w64-mingw32&quot; -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=&quot;BOTH&quot; -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=&quot;ONLY&quot; -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=&quot;BOTH&quot; -DCMAKE_SYSTEM_NAME=&quot;Windows&quot; --install-prefix ~/SDL_win64_DLL
</code></pre>
<p>Ich vermute, das es sowas auch für meson und configure erstellten Projekten gibt.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/354630/meson-oder-configure-projekte-linux-win64</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 14:02:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/354630.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 Apr 2024 07:12:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to meson oder configure PRojekte &#x2F; Linux--&gt;win64 on Sat, 27 Apr 2024 07:12:31 GMT]]></title><description><![CDATA[<p>Weis einer, wie man aus einem meson oder configure Project eine Win64 build erstellen kann ?<br />
Als Basis habe ich Linux 64 bit.</p>
<p>Bei cmake erstellten Projekten ist mir die bekannt, dies geht etwa so:</p>
<pre><code>cmake -S ../SDL_net -B . -DCMAKE_CXX_COMPILER=&quot;/usr/bin/x86_64-w64-mingw32-g++&quot; -DCMAKE_C_COMPILER=&quot;/usr/bin/x86_64-w64-mingw32-gcc&quot; -DCMAKE_RC_COMPILER=&quot;/usr/bin/x86_64-w64-mingw32-windres&quot; -DCMAKE_FIND_ROOT_PATH=&quot;/usr/x86_64-w64-mingw32&quot; -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=&quot;BOTH&quot; -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=&quot;ONLY&quot; -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=&quot;BOTH&quot; -DCMAKE_SYSTEM_NAME=&quot;Windows&quot; --install-prefix ~/SDL_win64_DLL
</code></pre>
<p>Ich vermute, das es sowas auch für meson und configure erstellten Projekten gibt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2621293</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2621293</guid><dc:creator><![CDATA[Mathuas]]></dc:creator><pubDate>Sat, 27 Apr 2024 07:12:31 GMT</pubDate></item></channel></rss>