1 | initial version |
@Judas, how do you install the aur package? I guess you are using yaourt
or another pacman wrapper, right? As Steven suggests try to compile everything from scratch.
PKGBUILD
file from aurmakepkg -s
and wait for the source code to compile. This will create file, the package, with extention .xz
pacman -U <name_of_package>.xz
in order to install the compiled package this should be quite straight forward. By modifying the PKGBUILD
you might want to include more libraries into the package (e.g. Qt
, extra_modules
, etc).
If you still have issues I would suggest you to write in the official forum of Antegros, since in the Arch forum they answer only to clean Arch installations.
2 | No.2 Revision |
@Judas, how do you install the aur package? I guess you are using yaourt
or another pacman wrapper, right? As Steven suggests suggested try to compile everything from scratch.
PKGBUILD
file from aurmakepkg -s
and wait for the source code to compile. This will create file, the package, with extention .xz
pacman -U <name_of_package>.xz
in order to install the compiled package this should be quite straight forward. By modifying the PKGBUILD
you might want to include more libraries into the package (e.g. Qt
, extra_modules
, etc).
If you still have issues I would suggest you to write in the official forum of Antegros, since in the Arch forum they answer only to clean Arch installations.