<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bryan</id>
	<title>Dwarf Fortress Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dwarffortresswiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bryan"/>
	<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php/Special:Contributions/Bryan"/>
	<updated>2026-05-23T20:51:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://dwarffortresswiki.org/index.php?title=User_talk:Soundandfury/DF_Designer&amp;diff=172150</id>
		<title>User talk:Soundandfury/DF Designer</title>
		<link rel="alternate" type="text/html" href="https://dwarffortresswiki.org/index.php?title=User_talk:Soundandfury/DF_Designer&amp;diff=172150"/>
		<updated>2012-05-22T15:35:08Z</updated>

		<summary type="html">&lt;p&gt;Bryan: notes on compiling for osx&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Compiling on MacOSX ==&lt;br /&gt;
&lt;br /&gt;
HebaruSan's 0.12 version for OSX didn't run for me, I think because it is a 32-bit executable and my system is 64 (in particular, my SDL libraries are).&lt;br /&gt;
&lt;br /&gt;
So, I decided to try compiling the lastest version myself.  I cloned the repository, and checked out the lastest release tag, which is 0.16.3 as of this writing. Without any changes, running `make` gives some errors, but they are actually all benign and the executable ./bin/designer is successfully built and runs perfectly.&lt;br /&gt;
&lt;br /&gt;
* The same dependencies as Linux must be installed, I use [http://mxcl.github.com/homebrew/ Homebrew], but the process should be similar for any other OSX package manager.&lt;br /&gt;
** brew install sdl&lt;br /&gt;
** brew install sdl_image&lt;br /&gt;
** brew install sdl_ttf&lt;br /&gt;
* Apple's command line developer tools must also be installed; they are freely available from Apple.&lt;br /&gt;
&lt;br /&gt;
'''Notes'''&lt;br /&gt;
&lt;br /&gt;
* The symlink to ./bin/designer is not created, because the --symbolic option to `ln` is a GNU thing and is not recognized by BSD's `ln`.&lt;br /&gt;
** Can be fixed by changing --symbolic to -s in the Makefile&lt;br /&gt;
* Lots of errors from mkdir about directories that already exist, which are harmless, but can be squelched by adding the -p option to mkdir.&lt;br /&gt;
* A handful of linker errors, which appear to be benign.&lt;/div&gt;</summary>
		<author><name>Bryan</name></author>
	</entry>
</feed>