File: README

package info (click to toggle)
liblunar 2.0.1-2.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,076 kB
  • ctags: 480
  • sloc: sh: 10,194; ansic: 4,603; xml: 584; makefile: 173; python: 16
file content (45 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
====================
README for liblunar
====================


General Information
====================

This is version 1.0.0 of liblunar. liblunar is a chinese lunar library.

The official web site is:

        http://liblunar.googlecode.com

You can download the latest liblunar tarball from the googlecode http server:

        http://code.google.com/p/liblunar/downloads/


Installation
=============

liblunar requires GTK+-2.12.x libraries.
PyGobject 2.12.x and PyGtk 2.12.x are required to enable python plugins support.

Simple install procedure::

  $ tar -zxf liblunar-1.0.0.tar.gz              # unpack the sources
  $ cd liblunar-1.0.0                           # change to the toplevel directory
  $ ./configure                                 # run the `configure' script
  $ make                                        # build gedit
  [ Become root if necessary ]
  $ sudo make install                           # install gedit

See the file 'INSTALL' for more detailed information.


How to report bugs
===================

Bugs should be reported to the googlecode bug tracking system.
(http://code.google.com/p/liblunar/issues)

..
    vim:set ft=rst: