~libertine-team/acolyterm/release

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Tarmac
  • Author(s): Larry Price
  • Date: 2016-06-22 16:14:21 UTC
  • mfrom: (210.1.5 acolyterm)
  • Revision ID: tarmac-20160622161421-cnyw0bjrpdig3238
Use pkexec to run default terminal and remove dependency on pam. Fixes: https://bugs.launchpad.net/bugs/1593399.

Approved by Libertine CI Bot, Larry Price.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
### For the desktop
13
13
 
14
 
Install the following build dependencies:
15
 
 
16
 
    sudo apt-get install libpam0g-dev
17
 
 
18
14
Then open the CMakeLists.txt file in Qt Creator, and ensure that the kit
19
15
selected on the left sidebar (just above the green "Run" button) is "Desktop"
20
16
 
30
26
   password
31
27
4. Once created, you'll need to add the build dependencies for the app:
32
28
  - Click on the Maintain button on your chroot
33
 
  - On the terminal prompt that is started, type
34
 
    apt-get install libpam0g-dev:armhf
35
29
  - Close the terminal when the installation finishes
36
30
5. Now you can either do a clean checkout and wait to be prompted by Qt Creator
37
31
   to add the armhf kit, or alternatively: