Tiny Core Base > TCB Q&A Forum
SDL/SDL2 issues with installing Vice 3.3 commodore emulator
Juanito:
sdl2_image-dev is not required - vice builds and runs on real hardware without it
Joey_Joejoe:
You're the best!
Thanks for the help, I'll try it out on a USB.
Joey_Joejoe:
OK, So I've got Vice running on a machine (with GTK3 GUI instead of SDL2) using the following dependencies:
- alsa-config
- alsa-dev
- alsa
- libpng-bin
- libpng-dev
- libpng
- compiletc
- readline
- readline-dev
Joey_Joejoe:
sorry ... continued ...
- alsa-config
- alsa-dev
- alsa
- libpng-bin
- libpng-dev
- libpng
- compiletc
- GTK3-dev
- GTK3
- readline
- readline-dev
- bash
and I was thinking of creating a squashed extension and submitting it for posting.
It's not super clear from the wiki, but ...
I know not to include compileTC, but do I include any of the above dependencies into the squishy file?
Or, are they linked via the dependency list that goes along with the submission?
Basically, if someone downloads vice, I want to know if alsa is automatically downloaded along with Vice, or do I have to include it in the Vice.tcz app?
Hope this makes sense!
Thanks,
Joey
Rich:
Hi Joey_Joejoe
You don' need the -dev files or compiletc to run Vice, only to build it. AS near as I can, your dependencies look like this:
Run dependencies:
--- Code: ---alsa-config
alsa
libpng-bin
GTK3
bash
--- End code ---
readline gets pulled in by bash. libpng gets pulled in by libpng-bin.
Build dependencies:
--- Code: ---alsa-config
alsa-dev
compiletc
GTK3-dev
readline-dev
--- End code ---
The run dependencies would be listed in your vice.tcz.dep file, not packaged with the app.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version