Search Criteria
Package Details: simgear-git 2020.3.0r5530.49285096-1
Git Clone URL: | https://aur.archlinux.org/simgear-git.git (read-only, click to copy) |
---|---|
Package Base: | simgear-git |
Description: | A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. |
Upstream URL: | http://home.flightgear.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | pascal |
Maintainer: | AWhetter (flatwhatson) |
Last Packager: | flatwhatson |
Votes: | 12 |
Popularity: | 0.013030 |
First Submitted: | 2010-07-24 14:22 |
Last Updated: | 2020-08-30 11:56 |
Dependencies (8)
- freealut
- glu (glu-git)
- glut (freeglut-x11-svn, freeglut-wayland-svn, freeglut)
- openscenegraph (openscenegraph-2.8, openscenegraph-git, openscenegraph-openmw-git)
- plib
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal+-git, mesa-minimal-git, mesa-git, mesa-stable, mesa-rc) (make)
Required by (4)
- fgrun (requires simgear) (make)
- flightgear (requires simgear) (make)
- flightgear-git (requires simgear) (make)
- terragear-git (requires simgear)
Latest Comments
PCITechie commented on 2020-08-05 17:12
Openscenegraph34 does not exist in the AUR nor in the official repos as far as i can tell. Please update the PKGBUILD to depend on "openscenegraph" instead of "openscenegraph34"
acxz commented on 2020-01-18 03:46
Cannot install this package:
filozofio commented on 2018-11-20 08:07
Only after downgrading openscenegrah to an older version (in my case 3.4.0-1), I was able to build simgear-git
Morn commented on 2014-12-23 17:34
For some reason this did not install /usr/lib/libSimGearCore.a and /usr/lib/libSimGearScene.a which are needed I think. (The stable package has them.) I had to copy them to /usr/lib manually.
gadget3000 commented on 2012-05-11 13:49
I've emailed the maintainer to try and get him/her to update the package. Until then there is a working PKGBUILD here: http://pastebin.com/W9FaELkj
Anonymous comment on 2011-11-04 22:12
simgear-git and flightgear-git have switched to cmake, marking out of date.
gadget3000 commented on 2011-04-30 21:07
This won't build without boost>=1.37. Please add it to makedepends.
Anonymous comment on 2011-02-02 11:05
If you get an error in SGPagedLOD.cxx then try compile with opengraph (not opengraph-svn), see http://www.flightgear.org/forums/viewtopic.php?f=20&t=10858
janserv commented on 2010-07-24 22:25
you can remove the following line, it doesn't do anything.
find -name 'Makefile' -exec sed -i'' -e's/local\///' {} \;