Compilation of mednafen and mednaffe

pix07

Well-known member
In Debian download mednafen source code: https://mednafen.github.io/releases/files/mednafen-1.31.0-UNSTABLE.tar.xz

Unpack it somewhere nawigate to folder by cd command.

Install dependiencies by sudo apt build-dep mednafen.

Write in terminal: ./configure then sudo make install.

After instalation of mednafen download source code of mednaffe the best choice is latest version in this example im using https://github.com/AmatCoder/mednaffe/archive/refs/tags/0.9.2.tar.gz

Unpack it somewhere navigate to folder.

Install dependiencies by sudo apt build-dep mednaffe.

Write in terminal ./configure sudo make install.

Congratulations you have now latest version to use.
 
Top