~mhr3/unity-mir/authenticate-via-apparmor

1 by Gerry Boland
Initial commit of old plugin
1
  1. Description
2
  2. Building
3
4
5
1. Description
6
--------------
7
2 by Gerry Boland
Remove mention of platform-api
8
  This repository provides Qt bindings for those Mir APIs that are not exposed 
9
  through the QPA plugins but are needed for the functionality of the Unity shell.
1 by Gerry Boland
Initial commit of old plugin
10
11
12
2. Building
13
-----------
14
170.2.1 by Gerry Boland
Update README for cmake instructions
15
  To compile Unity-Mir, create the makefiles with cmake and build with
1 by Gerry Boland
Initial commit of old plugin
16
  make:
17
170.2.1 by Gerry Boland
Update README for cmake instructions
18
    $ cmake . -DCMAKE_INSTALL_PREFIX=/usr
1 by Gerry Boland
Initial commit of old plugin
19
    $ make
20
21
  By default, Unity-Mir compiles a release build. To compile a debug
170.2.1 by Gerry Boland
Update README for cmake instructions
22
  build, the following cmake command should be used:
1 by Gerry Boland
Initial commit of old plugin
23
170.2.1 by Gerry Boland
Update README for cmake instructions
24
    $ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug