samuelngs / apple-emoji-linux

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

Modified the Readme and moved Python3 to Python2 (Makefile) #20

Closed Bebebole closed 5 months ago

Bebebole commented 1 year ago

I added ImageMagick in the readme because you can't build the font without it, and i changed python3 to python2 in the makefile because we're using python2 for that.

dmlls commented 1 year ago

@Bebebole thank you for the PR 🙂

ImageMagick is indeed needed, good catch!

Not sure about Python 2 though, have you had problems? I just spun up a virtual machine with Fedora 36 and Python 3.10.4 and the font was built successfully.

Bebebole commented 1 year ago

@dmlls

Yeah, i used wsl and it failed with Py3 unfortunately, but with python2 it worked ( even in the readme it says that we need to install python 2 🤔 )

dmlls commented 1 year ago

@Bebebole could you paste here the error you got? Also, which distro did you use exactly?