rdrview icon indicating copy to clipboard operation
rdrview copied to clipboard

fix OpenBSD compiler command

Open Veraellyunjie opened this issue 1 year ago • 2 comments

On OpenBSD 7.1 gcc is installed as egcc

pkg_info -L gcc
...
/usr/local/bin/egcc
...

With original Makefile you get:

gmake: gcc: No such file or directory

Make Makefile aware of it


Also, original README.md doesn't mention the gcc among tools to be installed

Veraellyunjie avatar Sep 18 '22 00:09 Veraellyunjie