~raof/mir/symbols-file

« back to all changes in this revision

Viewing changes to doc/building_source_for_pc.md

  • Committer: Tarmac
  • Author(s): Christopher James Halse Rogers
  • Date: 2013-07-11 08:56:39 UTC
  • mfrom: (839.1.1 doc-update)
  • Revision ID: tarmac-20130711085639-gb1tdxq8pgd9sa5y
Document XMir drivers too.

Approved by PS Jenkins bot, Robert Ancell, Thomas Voß.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
Compile as per normal instructions and pass --enable-xmir to the configure
80
80
options. You will need libmirclient installed as shown above.
81
81
 
 
82
Building the X.Org drivers
 
83
--------------------------
 
84
 
 
85
To run an X server inside Mir you also need a patched version of your X.Org
 
86
video driver.
 
87
 
 
88
The three drivers - Intel, Radeon, and Nouveau -  are available on Launchpad:
 
89
 
 
90
    $ bzr branch lp:~mir-team/mir/xf86-video-intel-vladmir
 
91
    $ bzr branch lp:~mir-team/mir/xf86-video-ati-vladmir
 
92
    $ bzr branch lp:~mir-team/mir/xf86-video-nouveau
 
93
 
 
94
Compile as per normal instructions. These need to be built after the X server,
 
95
as they depend on new interfaces there.
 
96
 
82
97
Building Unity System Compositor
83
98
--------------------------------
84
99