Open mrcosta93 opened 4 years ago
You're missing makeotf tool most likely: How are you building Proton? You can check Vagrantfile to see how reference build environment is created:
#install adobe font devkit to build source san hans
pip install afdko
How do I look to this file and what I should expect looking at it? When I do the " #install adobe font devkit to build source san hans" an error occur: "install: target 'hans' is not a directory" But the afdko are already installed (with the pip3).
Sorry, I know this sounds to basic or simple, but I'm new to this sort of things. I'm using this as a way to train with Linux and understand better that kind of problem
Hello, fellas I'm trying to install the Proton, but i'm with a problem on the final steps. I'm following the Built In Instructions, but when i put "make dist", the error 127 occurs. Here's the log:
make dist -f Makefile NO_NESTED_MAKE=1 make[1]: Entering directory '/home/marcos/proton-mybuild' cp -n ../proton/fonts/liberation-fonts/src/LiberationSans-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationSans-Bold.sfd ../proton/fonts/liberation-fonts/src/LiberationSerif-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationMono-Regular.sfd obj-fonts cp -n ../proton/fonts/liberation-fonts/src/LiberationSans-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationSans-Bold.sfd ../proton/fonts/liberation-fonts/src/LiberationSerif-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationMono-Regular.sfd obj-fonts cp -n ../proton/fonts/liberation-fonts/src/LiberationSans-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationSans-Bold.sfd ../proton/fonts/liberation-fonts/src/LiberationSerif-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationMono-Regular.sfd obj-fonts cp -n ../proton/fonts/liberation-fonts/src/LiberationSans-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationSans-Bold.sfd ../proton/fonts/liberation-fonts/src/LiberationSerif-Regular.sfd ../proton/fonts/liberation-fonts/src/LiberationMono-Regular.sfd obj-fonts makeotf -f ../proton/fonts/source-han-sans/cidfont.ps.OTC.SC -omitMacNames -ff ../proton/fonts/source-han-sans/features.OTC.SC \ -fi ../proton/fonts/source-han-sans/cidfontinfo.OTC.SC -mf ../proton/fonts/patches/YaHei-FontMenuNameDB -r -nS -cs 25 -ch ../proton/fonts/source-han-sans/UniSourceHanSansCN-UTF32-H \ -ci ../proton/fonts/source-han-sans/SourceHanSans_CN_sequences.txt -o ./obj-fonts/SourceHanSansSCRegular.otf /bin/bash: makeotf: command not found make[1]: [../proton/build/makefile_base.mak:1848: obj-fonts/SourceHanSansSCRegular.otf] Error 127 make[1]: Leaving directory '/home/marcos/proton-mybuild' make: [../proton/build/makefile_base.mak:17: nested_make] Error 2
I've already did "make `-ji", but it ended on the same error mesage. How do i fix this?