-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
FreeBSD Port: some questions to the project #2189
Comments
I've also noticed a number of warnings that could be addressed:
Here,
Behaviour of this code is undefined. It should probably be fixed. |
The wiki lists ruby as one of supported languages. I guess it's just main site is a bit behind. |
I think PRO binaries shouldn't be available, only compiled by users.
Yes, we release one
Yes, you can, for example it's disabled by default in Android and WASM builds.
User won't be able to play carts made with Ruby in this case, I would recommend you set this option by default.
Yes, it would be great to have such option. Thank you and sorry for delay with the response :) |
Thank you for your responses. I have submitted a tentative version of the port: emulators/tic-80 and will update it according to your comments in the next weeks. For this we first need to port sdlgpu, which may be slightly tedious. |
Now that we've ported this library, wire it into the options. See also: nesbox/TIC-80#2189
Greetings.
I am currently in the process of building a port for the FreeBSD Ports Collection for this project. In accordance with our policies, I need to unbundle as many dependencies as feasible and wire configuration options through to port options / flavours.
The following dependencies are planned to be unbundled: squirrel, duktape, lua, zlib, giflib, libuv, http-parser, libpng, SDL.
We will not build libretro plugins; that may be a future package.
Here are some questions to you:
BUILD_DEMO_CARTS
to build some demo applications, but it doesn't seem to affect the installedtic80
binary in any way. I plan to always unset this option. Is this correct?BUILD_WITH_MRUBY
to build with mruby. I do not understand how mruby is used in TIC-80 and your instructions do not mention it. I plan to always unset this option and not offer mruby. Is this correct?Thank you for your help in these matters. The port has otherwise progressed quite nicely and can likely be released as soon as I get responses.
The text was updated successfully, but these errors were encountered: