mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Merge pull request #35 from typekpb/patch-1
fixed markdown formatting + typo
This commit is contained in:
commit
12d91f1335
22
README.md
22
README.md
@ -1,6 +1,6 @@
|
|||||||
**Premise**
|
**Premise**
|
||||||
|
|
||||||
Befor you do anything, please make sure, that you have the following packages installed:
|
Before you do anything, please make sure, that you have the following packages installed:
|
||||||
|
|
||||||
- libglib2.0-dev
|
- libglib2.0-dev
|
||||||
- intltool
|
- intltool
|
||||||
@ -11,34 +11,34 @@ The name of the package may vary from distribution to distributon. The first two
|
|||||||
- intltool.m4
|
- intltool.m4
|
||||||
- gsettings.m4
|
- gsettings.m4
|
||||||
|
|
||||||
They should be located somewhere in /usr/share/aclocal.
|
They should be located somewhere in `/usr/share/aclocal`.
|
||||||
|
|
||||||
**Installaton**
|
**Installaton**
|
||||||
|
|
||||||
If everything is in place, run
|
If everything is in place, run
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
to generate the configure script. If everything worked well, do:
|
to generate the configure script. If everything worked well, do:
|
||||||
|
|
||||||
./configure --prefix=/usr &&
|
./configure --prefix=/usr && make
|
||||||
make
|
|
||||||
|
|
||||||
To install the extension to your home directory, run
|
To install the extension to your home directory, run:
|
||||||
|
|
||||||
make local-install
|
make local-install
|
||||||
|
|
||||||
Or to install it for all users you need administrator rights. Thus you've to use something like sudo or become root via su. Using sudo, simply run:
|
Or to install it for all users you need administrator rights. Thus you've to use something like sudo or become root via su. Using sudo, simply run:
|
||||||
|
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
In case you can't find the applet in gnome-tweak-tool, restart gnome-shell (using Alt+F2, enter "r" -- without quotes).
|
In case you can't find the applet in gnome-tweak-tool, restart gnome-shell (using <kbd>Alt</kbd>
|
||||||
|
+<kbd>F2</kbd>, enter: <kbd>r</kbd>).
|
||||||
|
|
||||||
If you wish to translate TeaTime to your language, have a look at the directory "po".
|
If you wish to translate TeaTime to your language, have a look at the directory `po`.
|
||||||
|
|
||||||
A handy zip file can be created using:
|
A handy zip file can be created using:
|
||||||
|
|
||||||
make zip -- This is the same you get via http://extensions.gnome.org
|
make zip # This is the same you get via http://extensions.gnome.org
|
||||||
|
|
||||||
|
|
||||||
Thanks to Thomas Liebetraut for the new build system.
|
Thanks to Thomas Liebetraut for the new build system.
|
||||||
|
Loading…
Reference in New Issue
Block a user