Re: [hatari-devel] compiling the native macos version ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] compiling the native macos version ?
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 5 May 2024 16:08:00 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1714925282; bh=7buTeUDqd4BasPabua8hN4Qb4HT7SWgcldQG+oLNEpQ=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=kLSBVMDq6XpB2xBK7J0pbapQ7xbkRkDVc/9Uwb7FJNdfw2N7OXRXRNOXewsFWSaCM qa6ztTKY6B9HG7gFhfQNRGB3K/ATo8ny91kLNRsinqkyxW8wct0CXN4HCS8YV7UxPw l7b+dVYOnujGHfospk9oTAvmeWfaO2oJYal734dlzN364xwbQK6aFlI8SksjVfEzLw VikQnNKOjnXAmRVM5/Osu4mvbT3RNhvVM2RXwCX6UJev/c22c6X4uiDhUGN6mb9nLA 5LC4dAbx3VGhguEKV7to7jLLviiQD2SxRiliIxr4DMXS8uwQXrGbBCET3R7gIEyUZ5 ttu3QXb7aBYGA==
Am Sun, 5 May 2024 15:31:58 +0200
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> Hi
>
> does anyone know how to build the native (non sdl) version of hatari ?
Make sure to install a version of CMake that includes the XCode generator.
Then it should be as easy as:
cmake -G XCode .
to create the XCode files.
See also the macos12_task in .cirrus.yml for fine tuning - as Anders and Bob
already wrote, it should include the macOS GUI, too.
HTH,
Thomas