File: INSTALL

package info (click to toggle)
tilem 2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,120 kB
  • sloc: ansic: 27,147; makefile: 739; sh: 344; xml: 315
file content (53 lines) | stat: -rw-r--r-- 1,928 bytes parent folder | download | duplicates (4)
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
46
47
48
49
50
51
52
53
                           Installing TilEm
                          ------------------

To compile TilEm, you will need:

  * a standard C compiler

  * the GTK+ library, version 2.6.0 or later

  * the libticalcs2 library (part of the TiLP project), and its
    dependencies (libticables2, libtifiles2, and libticonv)

Some OS distributions package the "development files" separately from
the libraries themselves; you need both.  If you are using Debian (or
a related distribution, such as Ubuntu or Mint), install the packages
'build-essential', 'libticalcs-dev', and 'libgtk2.0-dev'.

If these packages aren't available from your package manager, you'll
need to compile them yourself; see the TiLP website for more
information (http://lpg.ticalc.org/prj_tilp/).

Mac OS X has not been tested by the TilEm team, but if TiLP works,
TilEm should, too.  Please let us know if you do get it to work.

Once the above dependencies are installed, open a terminal and 'cd' to
the directory containing this INSTALL file.  Then run

   ./configure

which will check whether you have all of the necessary software
installed, and figure out how to compile TilEm for your particular
system.  If configure is successful, you can then run

   make

to compile TilEm.  Finally, you can run

   sudo make install

to install it (or run 'make install' as the superuser.)  The program
will be installed in '/usr/local/bin/', and data files will be
installed in '/usr/local/share/tilem2/'.  Alternatively, you can run

   make install-home

to install TilEm in your own home directory ('$HOME/bin/', with data
files stored in '$HOME/.local/share/tilem2/'), which does not require
superuser privileges.  (If $HOME/bin didn't exist already, you might
have to run 'export PATH=$HOME/bin:$PATH', or log out and log back in,
before running TilEm.)

Once TilEm is installed, start it by running 'tilem2', or through your
system's applications menu.