Re: [hatari-devel] MMU support |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Sun, 25 Nov 2012 00:23:50 +0100
schrieb Laurent Sallafranque <laurent.sallafranque@xxxxxxx>:
> Hi,
>
> In complement to Eero's message, if you want to compile the new
> falcon winuae core from the repository, you'll just have to edit the
> CMakeLists.txt file (just after the hg clone command) and change :
>
> set(ENABLE_WINUAE_CPU 0
> by
> set(ENABLE_WINUAE_CPU 1
>
> then, you can use Eero's commands.
You don't have to edit the file, simply pass this option to cmake:
-DENABLE_WINUAE_CPU:BOOL=1
(or use the configure script with --enable-winuae-cpu).
Thomas