Changes between Version 3 and Version 4 of dev/LinuxArchLinux
- Timestamp:
- Mar 26, 2009, 5:37:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/LinuxArchLinux
v3 v4 1 1 = ArchLinux = 2 You need to know how to create and install a package using PKGBUILD file. See http://wiki.archlinux.org/index.php/Makepkg for usage.[[BR]] 3 In short: Grab the file and run: 2 == Building == 3 The easiest way to install Orxonox on Archlinux is using [http://wiki.archlinux.org/index.php/Yaourt yaourt]. 4 4 {{{ 5 makepkg 6 pacman -U packagename.tar.gz 5 yaourt -S orxonox-svn 7 6 }}} 8 == Dependencies == 9 Orxonox needs Tcl-8.5.2. You can download the Makepkg file from the official SVN repository:[[BR]] 7 8 == Troubleshooting == 9 10 === Autocompletion doesn't work === 11 Orxonox needs Tcl-8.5.2 to work correcly right now. You can download the Makepkg file from the official SVN repository.[[BR]] 10 12 * [http://repos.archlinux.org/viewvc.cgi/tcl/repos/extra-i686/PKGBUILD?revision=356 i386] [[BR]] 11 13 * [http://repos.archlinux.org/viewvc.cgi/tcl/repos/extra-x86_64/PKGBUILD?revision=356 x86_64] 12 14 13 == Building ==14 You can use this [http://www.orxonox.net/browser/branches/map/archlinux/PKGBUILD script] to build Orxonox from SVN.15 16 == Troubleshooting ==17 15 === Compile failed, xxx needs fPIC flag === 18 16 enet may need to rebuild using fPIC flag. Add -fPIC to the CFLAGS variable in /etc/makepkg.conf and rebuild the package. You can find the PKGBUILD in aur: http://aur.archlinux.org/packages.php?ID=8842