<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tucnak.nagano.cz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ok7se</id>
	<title>Tučňák Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://tucnak.nagano.cz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ok7se"/>
	<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/Special:Contributions/Ok7se"/>
	<updated>2026-04-23T03:46:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=MacOS&amp;diff=3201</id>
		<title>MacOS</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=MacOS&amp;diff=3201"/>
		<updated>2025-04-07T10:29:06Z</updated>

		<summary type="html">&lt;p&gt;Ok7se: Describe how to build Tucnak on MacOS Sequoia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Installation from source code=&lt;br /&gt;
&lt;br /&gt;
Building Tucnak from source code is currently the only way to install it on MacOS. It has been tested on MacOS 15.3.2 with M1 arm64 processor. I haven&#039;t tested any rig control, only the logger, KST, airscatter, map, etc.&lt;br /&gt;
&lt;br /&gt;
==Requirements==&lt;br /&gt;
You need GCC compiler and a few libraries. All necessary requirements for compiling both libzia and tucnak can be obtained via [https://brew.sh HOMEBREW]:&lt;br /&gt;
&lt;br /&gt;
 brew install SDL2 SDL2_ttf gnutls glib pkg-config&lt;br /&gt;
&lt;br /&gt;
==Build==&lt;br /&gt;
 tar xzf libzia-4.67.tar.gz&lt;br /&gt;
 cd libzia-4.67&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 cd ..&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak-4.67.tar.gz&lt;br /&gt;
 cd tucnak-4.67&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
==Running Tucnak==&lt;br /&gt;
It may happen that your tucnak will run without graphics support. Graphics should be supported if both libzia and tucnak have been built with SDL2 and SDL2_ttf formulas installed. How to check whether SDL is properly linked:&lt;br /&gt;
&lt;br /&gt;
 otool -L /usr/local/bin/tucnak | grep -i SDL&lt;br /&gt;
&lt;br /&gt;
You should get something like:&lt;br /&gt;
&lt;br /&gt;
 /opt/homebrew/opt/sdl2_ttf/lib/libSDL2_ttf-2.0.0.dylib (compatibility version 2401.0.0, current version 2401.0.0)&lt;br /&gt;
 /opt/homebrew/opt/sdl2/lib/libSDL2-2.0.0.dylib (compatibility version 3201.0.0, current version 3201.4.0)&lt;br /&gt;
&lt;br /&gt;
or just run tucnak with &amp;lt;code&amp;gt;--verbose&amp;lt;/code&amp;gt; flag and grep for SDL.&lt;br /&gt;
&lt;br /&gt;
If SDL is linked but graphic interface still does not show up, it might be not properly detected. In such case run&lt;br /&gt;
&lt;br /&gt;
 tucnak -g&lt;/div&gt;</summary>
		<author><name>Ok7se</name></author>
	</entry>
</feed>