You are not logged in.
Pages: 1
Hi
I have installed Arch64 7.2 and want to use the OGRE 3d libraries. It is available in AUR. How can I compile and install this package and its dependencies as easy as posible? Any recomendable tools? I was hoping there was support for AUR in pacman, but there is not or?
Offline
You can use aurbuild or qpkg to install packages from AUR. However, you still need to install that one package manually. AUR User Guidelines should help you succeed in this task.
Offline
Hi
I have installed Arch64 7.2 and want to use the OGRE 3d libraries. It is available in AUR. How can I compile and install this package and its dependencies as easy as posible? Any recomendable tools? I was hoping there was support for AUR in pacman, but there is not or?
Install yaourt (compatible with arch64) from this repos:
[archlinuxfr]
Server = http://www.archlinux.fr/os/i686
and run
yaourt -S ogre
Offline
Thanks for pointers. But I can not yet install yaourt because I lack the versionpkg. Where can I get versionpkg?
Offline
Thanks for pointers. But I can not yet install yaourt because I lack the versionpkg. Where can I get versionpkg?
versionpkg is in [community] but it is a bash script that run fine on amd64 too 8)
Offline
Sorry I do not understand this. I get this message:
# pacman -S yaourt
error: cannot resolve dependencies for "yaourt":
"versionpkg" is not in the package set
I have these active lines in /etc/pacman.conf:
[current]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/current[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community[archlinuxfr]
Server = http://www.archlinux.fr/os/i686
Is not [community] enabled?
Offline
Did yoyu sync the mirrors first? pacman -Sy.
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Did yoyu sync the mirrors first? pacman -Sy.
yes, and it claims that community is "up to date"
Offline
Offline
Thanks a lot, yaourt is doing its magic with ogre now :-)
Offline
Pages: 1