-
Notifications
You must be signed in to change notification settings - Fork 6
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
Received errors when using script #2
Comments
According to the error you posted you're missing dependencies. Did you properly install all deps before running the script? Also what distro and version are you running? |
I figured I was, I'm just not sure which ones. I installed all of the ones I thought I needed. And I'm running pop_os 20.4 |
Did you apply the Ubuntu Patch? Its for ubuntu and all derivatives like PopOs |
Yes, if you're referring to this one: |
Thats only 1 part of it. You also need to say yes you are using a ubuntu based distro during the installer. It gives you a yes or no prompt for it |
Ok, I never got that prompt. |
Try running the script again. The prompt was added in v4 |
Was this fixed for you? |
I'm getting the same error "No package 'xi' found". I'm on Ubuntu 20.04 and i agree to the ubuntu patch when it came up |
Run sudo apt-get install libxi-dev |
The following is what I got in terminal after running sh -c "$(curl -Ls https://github.com/Birdthulu/FPM-Installer/raw/master/setup)":
-- X11 support enabled
-- Xrandr not found
-- Checking for module 'xi>=1.5.0'
-- No package 'xi' found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)
CMakeLists.txt:464 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
See also "/home/curiousg/FasterProjectPlus-2.0/Ishiiruka/build/CMakeFiles/CMakeOutput.log".
See also "/home/curiousg/FasterProjectPlus-2.0/Ishiiruka/build/CMakeFiles/CMakeError.log".
Attached the error and output logs below:
CMakeOutput.log
CMakeError.log
The text was updated successfully, but these errors were encountered: