~wingpanel-devs/wingpanel-indicator-datetime/loki

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Daniel Foré
  • Author(s): Cassidy James Blaede
  • Date: 2017-05-17 03:06:57 UTC
  • Revision ID: git-v1:9a181af59fed0b0b4224bbace3ac71765e25402c
Add screenshot (#28)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Wingpanel Date & Time Indicator
2
2
[![l10n](https://l10n.elementary.io/widgets/wingpanel/wingpanel-indicator-datetime/svg-badge.svg)](https://l10n.elementary.io/projects/wingpanel/wingpanel-indicator-datetime)
3
3
 
 
4
![Screenshot](data/screenshot.png?raw=true)
 
5
 
4
6
## Building and Installation
5
7
 
6
8
You'll need the following dependencies:
18
20
 
19
21
    mkdir build
20
22
    cd build/
21
 
    
 
23
 
22
24
Run `cmake` to configure the build environment and then `make` to build
23
25
 
24
26
    cmake -DCMAKE_INSTALL_PREFIX=/usr ..
25
27
    make
26
 
    
 
28
 
27
29
To install, use `make install`
28
30
 
29
31
    sudo make install