davelab6 / fbdemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build the demo...

1. Install harfbuzz into 'third_party/externals/harfbuzz'

e.g. > mkdir third_party
     > cd third_party
     > mkdir externals
     > cd externals
     > git clone git@github.com:harfbuzz/harfbuzz.git

This only needs to be done once, but it is not checked in as part of
this repo, so it must be done if you want to rebuild from sources.


2. > make

This should build everything, and copy the necessary files into docs/

You need to have the embind tools installed for this to build.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 87.8%Language:C++ 11.0%Language:HTML 0.8%Language:JavaScript 0.3%Language:Makefile 0.0%