Version 6 (modified by landauf, 8 years ago) (diff) |
---|
ArchLinux
Page Index
- download
- dev/LinuxArchLinux
- dev/LinuxDebian
- dev/LinuxFedora
- dev/LinuxGentoo
- dev/LinuxProblems
- dev/LinuxSource
- dev/LinuxTardis
- dev/LinuxUbuntu
- dev/MacOSX
- dev/MacOSXDependencies
- dev/VisualStudio
- dev/Windows
- dev/WindowsMinGW
- dev/WindowsMinGW/345
- dev/WindowsMinGW/MinGW32
- dev/WindowsMinGW/current
- dev/WindowsMinGW/troubleshooting
- dev/WindowsMinGW/upgrade
Building
The easiest way to install Orxonox on ArchLinux is using yaourt.
yaourt -S orxonox-svn
Troubleshooting
Autocompletion in ingameconsole doesn't work
Orxonox needs Tcl-8.5.2 to work correcly right now. You can download the Makepkg file from the official SVN repository.
Compile failed, xxx needs fPIC flag
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