~chihchun/myunity/myunity_zhTW

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
========================================
MyUnity - A tool to configure your Unity
========================================

DEBIAN PACKAGES
----------------

If you wish to install MyUnity on Ubuntu, please consider using the PPA the MyUnity Team has provided. Please refer to:

``https://launchpad.net/~myunity/+archive/ppa``

for more info about how to add the PPA to your system. Once done, you can install MyUnity with this command:

``sudo apt-get install myunity``


PREREQUISITES
-------------

MyUnity is written in Gambas, so you need the Gambas compiler to compile it. On a Debian or Debian-derived system, the following command will install everything you need to compile MyUnity:

``apt-get install gambas2-dev gambas2-gb-gtk gambas2-gb-form gambas2-gb-gtk-ext``

COMPILATION
-----------

Simply type:

``make``

to compile MyUnity. Configuration step is not needed before compiling.


INSTALLATION
------------

After compilation, you can run the command:

``myunity``

to start the program.
If you wish to install the program in a system-wide directory, run:

``make install``

This will install in /usr/local by default. You can override the installation directory setting the $PREFIX variabile before launching make install.