~mir-team/unity-mir/staged-next-rev

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. Description
  2. Building


1. Description
--------------

  This repository provides Qt bindings for those Mir APIs that are not exposed 
  through the QPA plugins but are needed for the functionality of the Unity shell.


2. Building
-----------

  To compile Unity-Mir, create the makefiles with cmake and build with
  make:

    $ cmake . -DCMAKE_INSTALL_PREFIX=/usr
    $ make

  By default, Unity-Mir compiles a release build. To compile a debug
  build, the following cmake command should be used:

    $ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug