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?
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 commandcat 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?