Difference between revisions of "Fedora dependencies"
From Navit's Wiki
m (→Compilation tools) |
Aerostitch (talk | contribs) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{warning|1='''This is a page has been migrated to readthedocs:'''https://github.com/navit-gps/navit/pull/880 . It is only kept here for archiving purposes.}} | ||
+ | |||
= Compilation tools = | = Compilation tools = | ||
* gettext-devel (provides autopoint) | * gettext-devel (provides autopoint) | ||
* libtool (will install a bunch of other needed packages) | * libtool (will install a bunch of other needed packages) | ||
+ | * glib2-devel | ||
+ | * cvs | ||
+ | * python-devel | ||
= OpenGL GUI = | = OpenGL GUI = | ||
Line 8: | Line 13: | ||
freeglut-devel | freeglut-devel | ||
quesoglc-devel | quesoglc-devel | ||
+ | SDL-devel | ||
+ | libXmu-devel | ||
= GPSD Support = | = GPSD Support = | ||
gpsd-devel | gpsd-devel | ||
+ | |||
+ | = GTK Gui = | ||
+ | * gtk2-devel | ||
+ | |||
+ | = Speech support = | ||
+ | * speech-dispatcher-devel | ||
+ | |||
+ | |||
+ | |||
+ | = Installing all dependencies = | ||
+ | su - | ||
+ | |||
+ | yum install gettext-devel libtool glib2-devel cegui-devel freeglut-devel quesoglc-devel SDL-devel libXmu-devel gpsd-devel gtk2-devel speech-dispatcher-devel cvs python-devel saxon-scripts | ||
+ | |||
+ | exit | ||
+ | |||
+ | |||
+ | Now continue and follow compilation instructions on: http://wiki.navit-project.org/index.php/NavIt_on_Linux |
Latest revision as of 04:45, 22 September 2019
This is a page has been migrated to readthedocs:https://github.com/navit-gps/navit/pull/880 . It is only kept here for archiving purposes. |
Contents
Compilation tools[edit]
- gettext-devel (provides autopoint)
- libtool (will install a bunch of other needed packages)
- glib2-devel
- cvs
- python-devel
OpenGL GUI[edit]
cegui-devel freeglut-devel quesoglc-devel SDL-devel libXmu-devel
GPSD Support[edit]
gpsd-devel
GTK Gui[edit]
- gtk2-devel
Speech support[edit]
- speech-dispatcher-devel
Installing all dependencies[edit]
su -
yum install gettext-devel libtool glib2-devel cegui-devel freeglut-devel quesoglc-devel SDL-devel libXmu-devel gpsd-devel gtk2-devel speech-dispatcher-devel cvs python-devel saxon-scripts
exit
Now continue and follow compilation instructions on: http://wiki.navit-project.org/index.php/NavIt_on_Linux