Skip to content
Snippets Groups Projects

[WIP] Update emojis and add readme

Closed Nico requested to merge (removed):update-emojis into briar
3 files
+ 38
2
Compare changes
  • Side-by-side
  • Inline
Files
3
README.md 0 → 100644
+ 36
0
# Briar Spritegen
Used for generating emojis for Briar.
Forked from [github.com/mcginty/spritegen](https://github.com/mcginty/spritegen).
## Dependencies
* gcc
* go
* imagemagick
* optipng
## Preparation
Clone [github.com/googlei18n/nototools](https://github.com/googlei18n/nototools).
Follow [the installation instructions](https://github.com/googlei18n/nototools#installation).
Run `make` in _noto-emoji_.
Compile _spritegen_ by running `go build spritegen.go`.
## Usage
Execute `./generate-for-briar.sh`.
## What do to next?
When everything went well, you can go update
the new emojis in Briar:
[code.briarproject.org/briar/briar/tree/master/briar-android/src/main/assets](https://code.briarproject.org/briar/briar/tree/master/briar-android/src/main/assets)
## License
See [LICENSE.md](LICENSE.md) for more information.
Loading