Open curiousg76 opened 4 years ago
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:
sudo apt install libxxf86vm-dev
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?
@curiousg76
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