Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/liberationfonts/liberation-fonts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvijayra <vvijayra@dhcp223-160.pnq.redhat.com>2019-02-12 09:24:04 +0300
committervvijayra <vvijayra@dhcp223-160.pnq.redhat.com>2019-02-12 09:24:04 +0300
commit53fac33bd31d21571e7fb3029e6a38dc7a1ac832 (patch)
tree3eee925d78d7262336937c6ba257a6a66ee31dea
parent80d9f4536a1fdf3bc63b78ddd205b8d0cc05521d (diff)
parent58a9b712b0a6754e5cc0e88c9b8dd7685ed2787e (diff)
Merge branch 'update-readme' into devel
merging updating readme and gitignore changes
-rw-r--r--.gitignore1
-rw-r--r--README23
2 files changed, 18 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8ee1464
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+liberation-fonts-ttf-*/
diff --git a/README b/README
index 572952a..8be6f76 100644
--- a/README
+++ b/README
@@ -11,25 +11,36 @@
* fontforge is installed.
(http://fontforge.sourceforge.net)
+ * python fonttools
+ (https://pypi.org/project/fonttools/)
3. Install
============
- 3.1 Decompress tarball
+ 3.1 Get sources
- You can extract the files by following command:
+ The latest sources are available via github by checking out
+ the repo:
+
+ $ git clone https://github.com/liberationfonts/liberation-fonts
+
+ Or downloading the tar.gz file via [github](https://github.com/liberationfonts/liberation-fonts/tags).
+ For example 2.004 can be retrieved via:
+
+ $ wget https://github.com/liberationfonts/liberation-fonts/files/2579282/liberation-fonts-2.00.4.tar.gz
+
+ You can extract the files using the following command where VERSION=2.00.4:
$ tar zxvf liberation-fonts-[VERSION].tar.gz
3.2 Build from the source
- Change into directory liberation-fonts-[VERSION]/ and build from sources by
- following commands:
+ Change into directory `liberation-fonts/` or `liberation-fonts-[VERSION]/` and build with
+ `make`:
- $ cd liberation-fonts-[VERSION]
$ make
- The built font files will be available in 'build' directory.
+ The built font files will be available in 'liberation-fonts-ttf-[VERSION]' directory.
3.3 Install to system