summaryrefslogtreecommitdiff
path: root/sources/old set up/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sources/old set up/README.md')
-rw-r--r--sources/old set up/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/old set up/README.md b/sources/old set up/README.md
new file mode 100644
index 0000000..6d483c1
--- /dev/null
+++ b/sources/old set up/README.md
@@ -0,0 +1,24 @@
+## Building the Fonts
+
+The fonts are built using fontmake and post-processed with gftools scripts. The tools are all Python based.
+
+First, is necessary to create a python3 virtual environment in the folder and then install the tools into it. This would only be needed once.
+
+```
+# Create a new virtualenv
+python3 -m venv venv
+# Activate env
+source venv/bin/activate
+# Install dependencies
+pip install -r requirements.txt
+```
+
+
+From the Sources folder run the build script in the terminal:
+
+```
+# Activate env
+source venv/bin/activate
+cd Sources
+sh build.sh
+``` \ No newline at end of file