Jump to content

Help making Joy Shock Mapper working in linux.

renderTimingPixel.png

I found this one for windows but it does not work in wine. Could someone tell me how to build it for linux? I looked in the readme file for the source code and it says it can be done I just do not know how to do it myself. Could someone help me with that. If I make a reddit (or an LTT one for that matter (tbh this post was on reddit first)) post after it is working I will be sure to give you and the developer of the program credit for it. Link :https://github.com/JibbSmart/JoyShockMapper#installation-for-players it is the one Linus used in his video about this topic.

Link to comment
Share on other sites

Link to post
Share on other sites

Quote

In order to build on Linux, the following dependencies must be met, with their respective development packages:

  • gtk+3
  • libappindicator3
  • libevdev

These are programs or libraries you need to install. 

Quote

Due to a bug in GCC, the project in its current form will only build with Clang.

Clang is a compiler. When you compile you need to use that. 

 

Quote

.

The application requires rwaccess to /dev/uinput, and /dev/hidraw[0-n] (the actual device depends on the node allocated by the OS). This can be achieved by chown-ing the required device nodes to the user running the application, or by applying the udev rules found in dist/linux/50-joyshockmapper.rules, adding your user to the input group, and restarting the computer for the changes to take effect.

These are some commands that give some permissions. 

 

 

If you don’t have an understanding of the command line, you can learn it on codecademy. Some universities and community colleges have classes that teach unix/Linux with Linux; could be worth taking one of those. 

Link to comment
Share on other sites

Link to post
Share on other sites

Thanks. I’ll try it. Sorry for the late reply.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×