File: INSTALL

package info (click to toggle)
glogic 2.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,728 kB
  • sloc: python: 5,335; sh: 697; makefile: 199; xml: 18
file content (20 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Installation Instructions
*************************

1. Required Packages
=========================
On Debian system, you can install dependencies with the following command:
  $ sudo apt-get install python3-gi python3-gi-cairo libgtk-3-0 libglib2.0-dev intltool

2. Install
=========================
You can install with the following commands
  $ ./configure
  $ make
  $ sudo make install

You can also use development PPA on Ubuntu
  $ sudo apt-add-repository ppa:vbkaisetsu/glogic-daily
  $ sudo apt-get update
  $ sudo apt-get install glogic