Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of dev/LinuxArchLinux


Ignore:
Timestamp:
Mar 26, 2009, 5:37:09 PM (15 years ago)
Author:
Naaduun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/LinuxArchLinux

    v3 v4  
    11= 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 ==
     3The easiest way to install Orxonox on Archlinux is using [http://wiki.archlinux.org/index.php/Yaourt yaourt].
    44{{{
    5 makepkg
    6 pacman -U packagename.tar.gz
     5yaourt -S orxonox-svn
    76}}}
    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 ===
     11Orxonox needs Tcl-8.5.2 to work correcly right now. You can download the Makepkg file from the official SVN repository.[[BR]]
    1012* [http://repos.archlinux.org/viewvc.cgi/tcl/repos/extra-i686/PKGBUILD?revision=356 i386] [[BR]]
    1113* [http://repos.archlinux.org/viewvc.cgi/tcl/repos/extra-x86_64/PKGBUILD?revision=356 x86_64]
    1214
    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 ==
    1715=== Compile failed, xxx needs fPIC flag ===
    1816enet 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