samuelngs / apple-emoji-linux

Brings Apple's vibrant emojis to your Linux experience
Apache License 2.0
776 stars 55 forks source link

some error running make #1

Closed Kikobeats closed 4 years ago

Kikobeats commented 5 years ago

Hello,

When I run make -j, I see some errors there:

❯ make
which: no zopflipng in (/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Wireshark.app/Contents/MacOS:/usr/local/opt/coreutils/libexec/gnubin:/Users/josefranciscoverdugambin/dotfiles/utils:/Users/josefranciscoverdugambin/.cabal/bin)
which: no optipng in (/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Wireshark.app/Contents/MacOS:/usr/local/opt/coreutils/libexec/gnubin:/Users/josefranciscoverdugambin/dotfiles/utils:/Users/josefranciscoverdugambin/.cabal/bin)
which: no add_vs_cmap.py in (/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Wireshark.app/Contents/MacOS:/usr/local/opt/coreutils/libexec/gnubin:/Users/josefranciscoverdugambin/dotfiles/utils:/Users/josefranciscoverdugambin/.cabal/bin)
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools
Traceback (most recent call last):
  File "./flag_glyph_name.py", line 25, in <module>
    import add_emoji_gsub
  File "/Users/josefranciscoverdugambin/Downloads/apple-emoji-linux/add_emoji_gsub.py", line 24, in <module>
    from fontTools import agl
ImportError: No module named fontTools

not sure if this affects the process 🤔

dalechyn commented 5 years ago

sudo pip install fontTools resolves the issue, but idk where to get the .ttc file from.

nkprince007 commented 4 years ago

For people, still looking around or not able to get this to work, checkout https://aur.archlinux.org/packages/noto-fonts-emoji-apple/

Kikobeats commented 4 years ago

@nkprince007 what about ubuntu build 🤔

samuelngs commented 4 years ago

Finally got some time to push some updates. I've updated the installation guide in README.md. It covers both instructions in installing pre-built font and building font from source code.

I hope you find them useful. Thanks everyone 😃