2021-06-07 21:43:50 -06:00
2021-06-04 22:37:25 -06:00
2021-06-07 19:42:54 -06:00
2021-05-11 13:17:55 -06:00
2021-06-04 23:23:04 -06:00
2021-05-31 11:34:59 -06:00
2021-06-07 19:43:33 -06:00
2020-10-27 22:07:09 -06:00
2021-06-05 09:57:15 -06:00
2021-06-04 22:37:25 -06:00
2020-06-02 08:20:33 -06:00
2021-06-05 10:01:04 -06:00
2021-06-04 22:37:25 -06:00
2020-12-15 07:43:20 -07:00

m64p

Downloads found here: https://github.com/loganmc10/m64p/releases


Linux Dependencies (Ubuntu 18.04)

sudo apt install qt5-default libqt5websockets5 libsdl2-2.0-0 libsdl2-net-2.0-0 libhidapi-hidraw0 libminizip1 p7zip-full

Linux Dependencies (Manjaro/Arch)

sudo pacman -S --needed qt5-base qt5-websockets sdl2 sdl2_net hidapi minizip p7zip zip

Linux Dependencies (Fedora)

sudo dnf install minizip-compat mesa-libGLU hidapi p7zip qt5-qtwebsockets

Mac OSX Dependencies

# First, install brew: https://brew.sh/

# Now, install dependencies
brew install freetype cmake libsamplerate hidapi unixodbc libpng pkg-config sdl2_net sdl2 qt libpq

# Work around brew + QT bug - https://github.com/Homebrew/legacy-homebrew/issues/29938
# Note that you should swap out the 5.15.1 with the version of Qt that was installed above
ln -s /usr/local/Cellar/qt/5.15.1/plugins /usr/local/plugins
ln -s /usr/local/Cellar/qt/5.15.1/mkspecs /usr/local/mkspecs
ln -s /usr/local/Cellar/qt/5.15.1/qmake /usr/local/bin/qmake

Building:

git clone https://github.com/loganmc10/m64p.git
cd m64p
./build.sh
S
Description
Accurate N64 Emulator
Readme GPL-3.0
96 MiB
Languages
C 55.3%
C++ 41.3%
Scilab 1.2%
Makefile 0.9%
Shell 0.3%
Other 0.7%