在一台机器上从源代码编译 Mono 并将其安装在不同的机器上时遇到问题
Trouble in compiling Mono from source on one machine and install it Different machine
我想在用户的机器上创建并行单声道环境,但我遇到了一个主要问题,它将安装在编译它的那台机器上。
我不想在用户机器上编译mono源码,我想在一台机器上编译好分发给用户安装
求助!!!!!请建议是否可行?
Copy compiled mono folder with preserving symlinks on another machine.
so that you can use that mono instead off native mono which is pre-installed in user's machine.
#> cp -rvf --preserve=links /source/compiled_mono /destination/othermachine
我想在用户的机器上创建并行单声道环境,但我遇到了一个主要问题,它将安装在编译它的那台机器上。
我不想在用户机器上编译mono源码,我想在一台机器上编译好分发给用户安装
求助!!!!!请建议是否可行?
Copy compiled mono folder with preserving symlinks on another machine.
so that you can use that mono instead off native mono which is pre-installed in user's machine.
#> cp -rvf --preserve=links /source/compiled_mono /destination/othermachine