MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.93k stars 630 forks source link

Warning! PATH too long installer unable to modify PATH! #1152

Closed msqiu closed 3 years ago

msqiu commented 3 years ago

Face the warning: Warning! PATH too long installer unable to modify PATH! Then I think I have to add the Path myself. But which PATHs need to be added to system variables?

jlblancoc commented 3 years ago

Hi,

I guess you are in Windows. Normally, if you are going to just use the precompiled apps, there's no need to add anything to PATH.

If you want to compile your own programs, then you must add ProgramFiles/mrpt-xxx/bin/ (if I recall it right) to PATH, so Windows can find all DLLs...