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:
authorvishal vijayraghavan <vishalvijayraghavan@gmail.com>2019-02-12 09:19:07 +0300
committerGitHub <noreply@github.com>2019-02-12 09:19:07 +0300
commit246f33d28be17faebdc7219f09b9869d9f6c4296 (patch)
treecdfc2abc3842f093a7d8cb9c17604ca4ec2d4e79
parent4849ab12b8e2f483c7169312b293a214478be209 (diff)
Revert "Update README and add .gitignore"revert-12-update-readme
-rw-r--r--.gitignore1
-rw-r--r--README23
2 files changed, 6 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8ee1464..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-liberation-fonts-ttf-*/
diff --git a/README b/README
index 8be6f76..572952a 100644
--- a/README
+++ b/README
@@ -11,36 +11,25 @@
* fontforge is installed.
(http://fontforge.sourceforge.net)
- * python fonttools
- (https://pypi.org/project/fonttools/)
3. Install
============
- 3.1 Get sources
+ 3.1 Decompress tarball
- 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:
+ You can extract the files by following command:
$ tar zxvf liberation-fonts-[VERSION].tar.gz
3.2 Build from the source
- Change into directory `liberation-fonts/` or `liberation-fonts-[VERSION]/` and build with
- `make`:
+ Change into directory liberation-fonts-[VERSION]/ and build from sources by
+ following commands:
+ $ cd liberation-fonts-[VERSION]
$ make
- The built font files will be available in 'liberation-fonts-ttf-[VERSION]' directory.
+ The built font files will be available in 'build' directory.
3.3 Install to system