RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. installer
    Log in to post
    • All categories
    • duglorD

      Obtaining Scummvm daily build for Retropie?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scummvm daily build testing installer
      5
      0 Votes
      5 Posts
      398 Views
      mituM

      @mitu From what directory do i do the
      apt install libsdl2-net-2.0-0?

      It doesn't matter.

      and then from what directory do i do the standalone
      installation and extraction from https://buildbot.scummvm.org/dailybuild ... 6e6.tar.xz ?

      and in which order?

      Not sure what you mean here, your post indicated that you've already done this and you get an error when you're executing the new scummvm. Just extract the archive obtained from the ScummVM Buildbot using site with tar, i.e.

      tar xJf /path/to/<archive_file>

      and you'll be getting a new folder containing the ScummVM installation. You can then rename/move the folder as you like.

    • R

      WASM-4 for pi-4?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wasm-4 retropie pi-4 linux installer
      1
      0 Votes
      1 Posts
      240 Views
      No one has replied
    • tsukisuperiorT

      Make RetroPie-Setup obey $CC and $CXX

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support setup installer debian
      2
      0 Votes
      2 Posts
      471 Views
      BuZzB

      @tsukisuperior can use

      sudo CC="whatever" ./retropie_setup.sh

      This may not work for all modules as some module code may override it.

      distcc can be used automatically by setting DISTCC_HOSTS="192.168.0.1/4,lzo" etc in the same way. It will get added to start of system PATH and added to MAKEFLAGS also.