-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build on linux #9
Comments
Please look at the readme file included with the project, the "Directory Layout" section (right above the Compilation section) mentions that you need a mupen64plus-code checkout in the same directory as the mupen64plus-input-raphnetraw. There is no compiled version for linux at the moment. |
Hi there for compile under GNU/Linux you can do the follow, for example i had compile under a custom path (/media/Compartido/Videojuegos/Linux/Emulador/mupen64plus/64Bits) :
Second get via git the latest version
Third enter in the directory, set permissions and use release_src.sh, etc ...
Four, you need one of two things Option 2 : In the line 43 is
And must be (or just delete it because the line 45 is the same) :
If you edit and save, you can compile it using |
Hello,
I tried to compiled the Linux mupen64plus-input-raphnetraw-1.1.0 on Manjaro and on Linux Mint 19.2. Here are the steps I have done...
Install Mupen64Plus
sudo apt-get install gcc make libhidapi-hidraw0 libhidapi-dev
Extract the mupen64plus-input-raphnetraw-1.1.0 file into your Downloads folder
cd /home/USERNAME/Downloads/mupen64plus-input-raphnetraw-1.1.0/mupen64plus-input-raphnetraw/projects/unix/
make all
When I enter make all I get the following error
Makefile:179: *** Mupen64Plus API header files not found! Use makefile parameter APIDIR to force a location.. Stop.
Is there a compiled version already available to download on Linux? Please help.
The text was updated successfully, but these errors were encountered: