
Howto: Get Mudlet on a raspberry pi!
Re: Howto: Get Mudlet on a raspberry pi!
gotcha. Trial run? 

Re: Howto: Get Mudlet on a raspberry pi!
Yep that would work. See https://wiki.mudlet.org/w/Mudlet_File_L ... file_paths for moving your stuff over
Re: Howto: Get Mudlet on a raspberry pi!
I blow up Everything!
so i reinstalled Raspbian bullseye 64 bit.
on point "1.a Install apt dependencies" the metapackage qt5-default is not in bullseye, but it seems not important, you can install all the package instead, the solution is here https://askubuntu.com/questions/1335184 ... untu-21-04
there is a "\" character, it's a typo i presume.

Next sterp is "how to use mapper"
Great job!
so i reinstalled Raspbian bullseye 64 bit.
on point "1.a Install apt dependencies" the metapackage qt5-default is not in bullseye, but it seems not important, you can install all the package instead, the solution is here https://askubuntu.com/questions/1335184 ... untu-21-04
Code: Select all
sudo apt-get install build-essential git liblua5.1-dev zlib1g-dev libhunspell-dev libpcre3-dev \
libzip-dev libboost-graph-dev libyajl-dev libpulse-dev lua-rex-pcre lua-filesystem lua-zip \
lua-sql-sqlite3 qt5-default qtmultimedia5-dev qttools5-dev luarocks ccache libpugixml-dev cmake

Next sterp is "how to use mapper"
Great job!