-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
69 lines (51 loc) · 1.71 KB
/
README
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
----------------------
Birdfont - Font Editor
----------------------
Birdfont is a font editor which can create vector graphics and export SVG, EOT
and TTF fonts.
Author: Johan Mattsson and others see AUTHORS for full attribution.
License: GNU GPL v3
Webpage: http://birdfont.org
--------------------
Building from Source
--------------------
Install vala and all required libraries, they are most likely in packages
with a -dev or -devel affix:
valac
libgee-dev
libglib2.0-dev
libgtk2.0-dev
libxml2-dev
libwebkitgtk-dev
unicode-data (unicode character database)
BirdFont have two build systems, one python script that builds all binaries at
once and one dependency based build system that uses doit.
Configure, build and install with python:
./configure
./scripts/linux_build.py
sudo ./install.py
Configure, build and install with doit:
./configure
doit
sudo ./install.py
The default prefix is /usr/local on Fedora should BirdFont be compiled with
/usr as prefix.
./configure --prefix=/usr
./scripts/linux_build.py --prefix=/usr
sudo ./install.py
---------------------
Building Mac binaries
---------------------
Compile all dependencies using MacPorts and run:
python ./configure --prefix=/opt/MACPORTS_DIRECTORY
python ./scripts/mac_build.py
sudo python ./install.py
--------
Packages
--------
Windows binaries are avalilable at http://birdfont.org
Ubuntu packages are avalilable at https://launchpad.net
A Fedora package can be installed from the rpm-sphere and a version for
OpenSuSE is available at http://software.opensuse.org
A Machintosh binary image is available at http://birdfont.org and
a GTK version for Mac can be installed with MacPorts.