seancmonahan / m64p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:C 66.0%Language:C++ 30.6%Language:Scilab 1.3%Language:Makefile 0.4%Language:Assembly 0.4%Language:Shell 0.3%Language:HTML 0.2%Language:Python 0.2%Language:CMake 0.2%Language:Objective-C 0.2%Language:Pawn 0.1%Language:Batchfile 0.1%Language:M4 0.1%Language:QMake 0.0%Language:Objective-C++ 0.0%Language:Awk 0.0%