Hello everyone
I buy pro version of TIC-80, but when I try start it on Gameshel, I have this error ./tic80: error while loading shared libraries: libbcm_host.so: cannot open shared object file: No such file or directory
Hello everyone
I buy pro version of TIC-80, but when I try start it on Gameshel, I have this error ./tic80: error while loading shared libraries: libbcm_host.so: cannot open shared object file: No such file or directory
I make TIC-80 via retroarch it 0.9 version 54_TIC-80.zip - Google Drive
Hello
I’ve ported the patches written for TIC-80 version 0.80 currently shipped with the Gameshell to the latest stable version 1.0: GitHub - dud225/TIC-80: Fork of nesbox/TIC-80 catered to the ClockworkPI Gameshell
To add a menu entry I’ve simply renamed the existing script v0.80-dev.sh
and added a new one named v1.0.sh
:
#!/bin/bash
./tic80v1 --fullscreen --cmd=surf --fs=/home/cpi/games/TIC-80
FYI @guu if you want to have a look when you’ll plan to ship an updated version in the future.
I have tried to install v1.1 pro (both the linux
and rpi
builds), with no success: GameShell: Cannot launch version 1.1.2837 Pro (be42d6f) · Issue #2411 · nesbox/TIC-80 · GitHub
I followed the instructions at this github thread and successfully built tic80 for armbian 32 bit
sudo apt-get install git build-essential ruby-full libsdl2-dev zlib1g-dev
sudo apt-get install liblua5.3-dev
sudo apt-get install libcurl4-openssl-dev
git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build
cmake ..
make -j4