~david4dev/plug-startup/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: David Green
  • Date: 2011-08-29 16:23:39 UTC
  • mfrom: (18.1.2 good)
  • Revision ID: david4dev@gmail.com-20110829162339-agjb9ewkbkbj5swe
Restructured into directories and got translations working

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Build Depends:
 
2
    bash
 
3
    python
 
4
    valac-0.14
 
5
    libpantheon-dev
 
6
    libgranite-dev
 
7
    libgtk-3-dev
 
8
    gettext
 
9
Depends:
 
10
    bash
 
11
    switchboard
 
12
    libvala-0.14-0
 
13
    libgranite0
 
14
    libpantheon0
 
15
    libgtk-3-0
 
16
PPA Depends:
 
17
    ppa:elementaryart/elementary-dev
 
18
    ppa:elementaryart/unstable-upstream
 
19
 
 
20
 
 
21
In order to build plug-startup, you need to install all of the packages
 
22
listed under 'Build Depends'.
 
23
In order to run plug-startup, you need to install all of the packages
 
24
listed under 'Depends'.
 
25
You will need to add the PPAs listed under 'PPA Depends' to do this.
 
26
 
 
27
 
 
28
To build, run:
 
29
    ./scripts/build
 
30
from this directory.
 
31
 
 
32
To run in a window once you have built, run:
 
33
    ./scripts/run-windows
 
34
from this directory.
 
35
 
 
36
To run in switchboard once you have built, run:
 
37
    ./scripts/run-switchboard
 
38
from this directory.
 
39
 
 
40
To install, run:
 
41
    ./scripts/install
 
42
from this directory