On Dienstag, 4. Juni 2019 22:52:11 CEST Vincent Rivière wrote:
> I'm not sure how I'm supposed to build ARAnym:
Just as usual, if you unpacked a source tar.gz, then run configure && make
If you cloned the git repo, just run ./autogen.sh instead of configure. You can pass it also the options you normally pass to configure.
Without any argument, it will craete the "normal" version (no JIT, no MMU). For the jit version, you should use --enable-jit-compiler
--enable-jit-fpu
If you start it from the command line, it will most likely not find SDL.dll. This it because it uses the SDL.dll from mingw, not from cygwin.
>A precompiled binary would help.
They are available as snaphots