jlambert360 / FPM-Installer

THIS SCRIPT IS OUTDATED PLEASE USE THE APPIMAGE REPO INSTEAD.
https://github.com/jlambert360/FPM-AppImage/releases/latest
8 stars 6 forks source link

Received errors when using script #2

Open curiousg76 opened 4 years ago

curiousg76 commented 4 years ago

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

jsj1027 commented 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?

curiousg76 commented 4 years ago

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

jsj1027 commented 4 years ago

Did you apply the Ubuntu Patch? Its for ubuntu and all derivatives like PopOs

curiousg76 commented 4 years ago

Yes, if you're referring to this one: sudo apt install libxxf86vm-dev

jsj1027 commented 4 years ago

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

curiousg76 commented 4 years ago

Ok, I never got that prompt.

jsj1027 commented 4 years ago

Try running the script again. The prompt was added in v4

jsj1027 commented 4 years ago

Was this fixed for you?

jsj1027 commented 4 years ago

@curiousg76

Mar2ck commented 4 years ago

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

Sukid commented 3 years ago

Run sudo apt-get install libxi-dev