Do Linuxes have a way for setting environment variables for all users?
If so, then you can store Emscripten to some customized location, and
use EM_CONFIG and EM_CACHE env. vars to point to its config and cache
directories.

Then to set tools in PATH, either add the PATH entries to all users,
if there is a Linux specific way, or add symlinks to some existing
visible location in PATH, to the location where Emscripten resides.

2017-09-19 10:59 GMT+03:00  <ilia.galas...@gmail.com>:
> Hi,
> I want to install emscripten on linux and open acess to all users to use it.
> I installed it to etc/... directory but during compilation I got errors:
> Info:Root (running sanity checks) permission denied.
> I read manual and it seems that I should not install it with sudo rights.
>
> How can I install it in general folder, so every user can use it?
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to