Zsnes (compilación para 64bit)

From HSS
Revision as of 02:06, 23 February 2024 by C0 (talk | contribs) (version 1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

idea

que en el server anfibio esté instalado zsnes para que el que quiera jugar un rato pueda. para que el servidor no tenga archivos que puedan estar sujetos a algún problema legal del mundo cretino, sugiero la idea de portar juegos en pendrives ;-)

descargar zsnes

cd docs/

cat README.LINUX

  • advierte que hay que tener instalado SDL 1.2.0
    • apt install libsdl2-dev
      • requiere instalar: gir1.2-ibus-1.0 libasound2-dev libblkid-dev libdbus-1-dev libdecor-0-dev libdrm-dev libegl-dev libegl-mesa0 libegl1 libgbm-dev libgl-dev libgles-dev libgles1 libgles2 libglib2.0-dev libglib2.0-dev-bin libglx-dev libibus-1.0-5 libibus-1.0-dev libice-dev libmount-dev libpciaccess-dev libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libpthread-stubs0-dev libpulse-dev libpulse-mainloop-glib0 libsamplerate0-dev libselinux1-dev libsepol-dev libsm-dev libsndio-dev libudev-dev libwayland-bin libwayland-dev libx11-dev libxau-dev libxcb1-dev libxcursor-dev libxdmcp-dev libxext-dev libxfixes-dev libxi-dev libxinerama-dev libxkbcommon-dev libxrandr-dev libxrender-dev libxss-dev libxt-dev libxv-dev libxxf86vm-dev pkg-config pkgconf pkgconf-bin uuid-dev x11proto-dev xorg-sgml-doctools xtrans-dev

cat install.txt

  • hay que tener instalados: sdl, nasm, zlib, libpng, Curses/NCurses
    • SDL (Simple DirectMedia Layer) : check www.libsdl.org to grab SDL 1.2.0 or later. If you are using rpm packages, don't forget the -devel package.
      • instalado recién
    • NASM v0.98.39 : http://nasm.sf.net/
      • ~apt install nasm~ la versión actual es la 1.16.
    • zlib v1.2.3 or higher : http://www.zlib.net it is probably already installed on your system, maybe you are just missing the development headers. Check in the packages available with your distributionor go to the page above
      • ~apt install zlib1g-dev~ ya estaba instalado, v. 1.2.13
    • libpng : http://www.libpng.org/ You might also need libpng, ZSNES will compile without PNG support but I have found doing so to make ZSNES unstable for some weird reason. If you don't have libpng, either get it and install it or pass the --without-png option to the 'configure' script.
      • no lo instalaré porque la idea es que use el SDL, no weis png.
    • Curses/NCurses Check your distro. One of these is needed if you compile with the debugger enabled. You may also have to symlink ncurses.h to curses.h in your include directory.
      • no voy a compilar con debug, así que no lo instalaré

cd ../src

sh ./autogen.sh && gmake && gmake install

    • PRIMER INTENTO



  • ~./configure --enable-release --without-png~

==