Closed yuquanle closed 6 years ago
Did you make an environment variable called OPENCCG_HOME for your OpenCCG install directory?
For example export OPENCCG_HOME=/path/to/openccg
. (And add it to your .bashrc
so the environment variable persists.)
It's also recommended to add ${OPENCCG_HOME}/bin
to your PATH
environment variable so that bash
can find ccg-build
and ccg-env
without having to add the location prefixes to tell it where to find those files. (ccg-env
is in bin/
, along with ccg-build
)
Thanks very much
Hi everyone, I have some error, can you help me?