-
Notifications
You must be signed in to change notification settings - Fork 23
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
build for linux mint #145
Comments
Hihi. I have done JSM v3.4.0 with ubuntu 22, popos 22. JSM v3.5.4 with ubuntu 24 and nobara 40. I have a bunch of notes taken which I will try to sort out before sharing. You run mint 22 right? Whats the JSM version you building? Yeah may help editing the post with the output after mkdir build && cd build But not sure, Im noob too :( By the way, are you missing git maybe? Edit: ***DEPENDENCIES sudo apt install build-essential git make pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev #then need remove libayatana-appindicator3-1 so we can install libappindicator3-dev #finally ***BUILDING mkdir build && cd build ***AFTER BUILDING #I dont bother with next, cos I run JSM in a workaround way without install (since afaik only provides icons for me) but anyways: ***I also have this not build related tho: #add yourself to the input group (needs reboot to apply) #uinput module (/dev/uinput); kernel module that makes it possible to emulate input devices from userspace, really needed? #check udev rules inside source code folder .../JoyShockMapper-3.5.4/dist/linux/50-joyshockmapper.rules #for example if you have DS (I just added this) #Sony DualSense Wireless-Controller; Bluetooth; USB |
can someone explain how i would build this for linux mint, i have been making the build directory in the jsm folder running the cmake .. command, then running the make command afterwards, both in the build folder. i can post the errors im getting here but i am unsure if the way i am trying to build it now is even the right way to go about it. i am pretty sure i have the dependency's it needs also i am mostly new to linux. any help would be appreciated.
The text was updated successfully, but these errors were encountered: