<?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[Building SFML for Linux]]></title><description><![CDATA[<p dir="auto">I'm on Linux Mint Ubuntu. To use SFML properly, I followed  <a href="https://www.sfml-dev.org/tutorials/3.1/getting-started/cmake/" rel="nofollow ugc">this</a> tutorial.</p>
<p dir="auto">Once you've run the build commands at the end of the page, navigate to your project folder. You should see a <code>build</code> folder and an <code>src</code> folder. <code>src</code> is generally where your source and/or header files. <code>build</code> is where the <code>makefile</code> sits. Navigate to build folder and open it in terminal. Then, nagivate to <code>bin</code> folder inside the <code>build</code> folder. This is where the executable sits; double clicking it should run it and cause the window to open. To rebuild the project, run the same commands from the end of the tutorial again in the terminal, from the project's folder (none of its subfolders).</p>
<p dir="auto">Once you've added more files to your project, you might have to change the <code>CMakelists.txt</code> in your project folder to account for it.</p>
<p dir="auto">That's pretty much it. It took me forever to figure that out.</p>
]]></description><link>https://forum.ieu.app/topic/df1bb640-1110-4381-9e9f-66a0708fda9a/building-sfml-for-linux</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 05:59:35 GMT</lastBuildDate><atom:link href="https://forum.ieu.app/topic/df1bb640-1110-4381-9e9f-66a0708fda9a.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Aug 2026 18:18:34 GMT</pubDate><ttl>60</ttl></channel></rss>