Error message : "-bash: restG4: command not found"

System : Linux
REST version : v2.2.11_dev

Hello,

Since I re-installed REST, the command restG4 is not found :
" -bash: restG4: command not found ".

I don’t understand where it could come from and what to show here to better understand the problem.

Best,

Eve Pachoud

Hello Eve,
Couldn’t it be simply that you forgot to execute ./thisRest.[c]sh]? Where PATH env. var. is redefined…

Yann

If restG4 is not found at $REST_PATH/bin, perhaps it just needs to be compiled and installed.

Go to your REST_v2 local repository, and do

cd REST_v2/packages/restG4/
mkdir build
cd build
cmake ../
make -j install

Thank you Yann and Javier for your answers.

I compiled and installed restG4 and now it works.
Thank you !

Eve