Skip to content

Failure to build on OpenBSD, and a fix #3

@thirdwheel

Description

@thirdwheel

Hi

Just a quick rundown of how to build this in OpenBSD - the libraries and headers go into /usr/local which the compilers don't look into by default. So a workaround is to tell the compiler to look there with environment variables.

So to build on OpenBSD is as follows:

doas pkg_add sdl sdl-net
sed -i.orig 's,/home/intangir/log/,/path/to/log/,' config.h
make CXXFLAGS="-I/usr/local/include -L/usr/local/lib"
strip --strip-all ipxnet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions