Skip to content

zer0ohm/Twemoji4Android

 
 

Twemoji4Android

下準備

必要なパッケージを予めインストールしておきます。

 sudo apt install imagemagick libcairo2 libharfbuzz-bin libpango-1.0-0 librsvg2-bin python-gtk2

本家レポジトリからソースをcloneし、ディレクトリへcdします。

 git clone https://github.com/tetsu31415/Twemoji4Android
 cd Twemoji4Android

使い方

実行するには

make SHELL:=/bin/bash 

か、Makefileの1行目に

SHELL:=/bin/bash

と入力し、

再度makeする場合は一度

make clean

を実行してからmakeして下さいとのことです

Licenses

Twemoji4Android

This software is licensed under the MIT License.
See LICENSE

noto

https://code.google.com/p/noto/
Copyright 2013 Google, Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0.
See LICENSE-NOTO

Resources that used in this software:

  • nototools/
  • color_emoji/
  • third_party/color_emoji/

I made the following changes to "add_glyphs.py" and "emoji_builder.py":

  • The separator for combining characters was changed from "_" to "-".
  • Added glyphs for 0, …, 9, #, U+20E3.

Twemoji

https://github.com/twitter/twemoji
Copyright 2014 Twitter, Inc and other contributors
Graphics are licensed under CC-BY 4.0: https://creativecommons.org/licenses/by/4.0/
See LICENSE-GRAPHICS

Resources that used in this software:

  • svg/

About

No description, website, or topics provided.

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
CC-BY-4.0
LICENSE-GRAPHICS
Unknown
LICENSE-NOTO

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Shell 1.3%
  • Makefile 0.6%