Can't get to run from pkg in FreeBSD 13.0-Release or compile from ports.
Closed this issue · 2 comments
mmance commented
~❯ nemu
nm_nemu_path: failed getting nemu binary path (No such file or directory)
nm_mon_start: failed to start daemon
Not sure what I am missing.
I also tried to compile from ports, but errored out:
/usr/ports/emulators/nemu/work/nemu-3.0.0/src/nm_ncurses.h:5:10: fatal error: 'ncursesw/curses.h' file not found
0x501D commented
Thanks for the report.
Edit .nemu.cfg
[nemu-monitor]
# Auto start monitoring daemon
autostart = 0
Will fix this problem.
I'll look at the problem with building from ports later.
mmance commented
Thank you, that worked