Open subins2000 opened 4 years ago
To overcome the fixed paths of symbols folder and suggestions folder, I've added these 2 new environment variables :
VARNAM_SYMBOLS_DIR VARNAM_SUGGESTIONS_DIR
Note that, symbolsFileSearchPath variable in varnam.c doesn't have a Windows system related folder in it. Adding this env var will help that too.
symbolsFileSearchPath
varnam.c
-- This PR is an improvement of #151
To overcome the fixed paths of symbols folder and suggestions folder, I've added these 2 new environment variables :
Note that,
symbolsFileSearchPath
variable invarnam.c
doesn't have a Windows system related folder in it. Adding this env var will help that too.-- This PR is an improvement of #151