Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NetBSD support #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add NetBSD support #148

wants to merge 1 commit into from

Conversation

danboid
Copy link
Contributor

@danboid danboid commented Dec 13, 2024

There are several vintage computer platforms where NetBSD is often your only choice if you want to run a modern OS so I have made the few small changes that were required to get the Uzebox repo to build successfully under NetBSD 10.0.

The following NetBSD command can be used to install all of the required build dependencies

pkgin install git gcc14 avr-gcc avr-libc gmake SDL2

After installing those and cloning the Uzebox repo, the user only has to run gmake to build the repo.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@danboid
Copy link
Contributor Author

danboid commented Dec 13, 2024

I may have not properly configured xorg under NetBSD yet but to get uzem to run I had to use:

uzem -w <path to rom>

or I got a "couldn't find matching render driver" error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant