asoroa / ukb

Ukb: graph-based WSD and similarity
106 stars 28 forks source link

installation problem #9

Closed JaneWangle closed 5 years ago

JaneWangle commented 5 years ago

Hi, I try to compile the ukb and follow the instructions in src/INSTALL , but when I execute ./configure --prefix=/home/wangj/JaneEnv/ukb --with-boost-include=/home/wangj/JaneEnv/boost/include --with-boost-lib=/home/wangj/JaneEnv/boost/lib, I get the problem -bash: ./configure: Permission denied Then I download the pre-compiled binaries from: http://ixa2.si.ehu.es/ukb/ukb_3.0.tgz and archive the folder, but when I execute the following command cat wn30_rel.txt wn30_gloss_rel.txt | ${abspath_to_ukb}/compile_kb -o wn30g.bin --note "wn30_rel.txt wn30_gloss_rel.txt" - I also get the problem -bash: ukb-3.0/bin/compile_kb: Permission denied I don't know why the problem produce, can you give me some advice?

JaneWangle commented 5 years ago

I solved the problem