0 votes

You can install the Godot engine with

pkg install godot

on FreeBSD. But is there a way to export a game for (Free)BSD?

in Engine by (142 points)

2 Answers

+1 vote
Best answer

Since Godot doesn't provide pre-built FreeBSD export templates, you have to compile your own. You can then reference it as a custom export template in an X11 export preset and it should work as-is.

Note that the export template version must match the editor version exactly. For instance, if you use Godot 3.2.2, build a 3.2.2 export template. Don't mix and match versions :)

by (12,869 points)
selected by

Can I built the export templates with platform=linuxbsd on GNU/Linux or must this be done on BSD?

–2 votes

Yes. You can export Games for X11 Desktop Environments:

enter image description here

by (1,079 points)

So the "Linux"-version also runs natively on (Free)BSD?

It doesn't. Linux binaries don't run on FreeBSD as-is (not without the Linux compatibility layer at least).

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.