Giter VIP home page Giter VIP logo

Comments (6)

jmcerrejon avatar jmcerrejon commented on June 20, 2024 1

I'm burning the OS 32-bit version and check it out. Keep you informed.

from pikiss.

jmcerrejon avatar jmcerrejon commented on June 20, 2024 1

I'm checking my script and is outdated (2020!). It was not compiled by myself, but I see instructions to do it and It does not seem difficult. I'll try to compile it next week. Try another emulator in the meantime πŸ˜…

from pikiss.

White-waluigi avatar White-waluigi commented on June 20, 2024 1

Got it running with these instructions on 64bit:

sudo apt update

sudo apt upgrade

sudo apt install --no-install-recommends ca-certificates qtbase5-dev qtbase5-private-dev git cmake make gcc g++ pkg-config libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libxi-dev libxrandr-dev libudev-dev libevdev-dev libsfml-dev libminiupnpc-dev libmbedtls-dev libcurl4-openssl-dev libhidapi-dev libsystemd-dev libbluetooth-dev libasound2-dev libpulse-dev libpugixml-dev libbz2-dev libzstd-dev liblzo2-dev libpng-dev libusb-1.0-0-dev gettext

sudo apt install mesa-vulkan-drivers

sudo apt install qt6-base-dev qt6-svg-dev qt6-base-private-dev

git clone https://github.com/dolphin-emu/dolphin.git dolphin-emu

cd dolphin-emu

git submodule update --init --recursive
mkdir build
cd build
cmake ..

make -j4

sudo make install

sudo reboot

32bit doesn't work since it needs atomic operations which I assume aren't available in 32 bit

from pikiss.

jmcerrejon avatar jmcerrejon commented on June 20, 2024 1

Fixed at 3f4d237

Thank for you help, @White-waluigi!. ☺️

from pikiss.

jmcerrejon avatar jmcerrejon commented on June 20, 2024

I guess you are trying on RPi OS 32-Bit (not available on 64-bit).

from pikiss.

White-waluigi avatar White-waluigi commented on June 20, 2024

Yes the 32 bit version.

from pikiss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.