puNES (Source)
puNES (Source)
puNES (Source)
File Size:
50.33 MB
Version:
0.111
Date:
25 February 2024
Downloads:
1 x
puNES is a Qt-based Nintendo Entertainment System emulator and NSF/NSFe Music Player
Notes
Dependencies
- CMake >= 3.14 and Ninja
- Qt5 or Qt6 with OpenGL support (qtcore, qtgui, qtwidgets, qtnetwork, qtsvg and qttools)
- nvidia-cg
- alsa
- libudev
- libX11 and libXrandr
- p7zip for compressed file support (lib7zip uses the 7z.so library on unix-like systems)
- (optional) ffmpeg libraries >= 4.0 if you want video and audio recording support (libavcodec, libavformat, libavutil, libswresample and libswscale). See notes.
Compilation of puNES
git clone https://github.com/punesemu/puNES cd puNES cmake -B build -G Ninja -DENABLE_FFMPEG:BOOL=ON -DENABLE_OPENGL_CG:BOOL=ON cmake --build build -j2
the executable punes
is in the build/src
directory.
Powered by Phoca Download