Several skills to install ACE under Linux

xiaoxiao2021-03-06  54

1. Set the ace_root environment variable: ace_root = / home / redwood / soft / ace_wrappers export ace_root 2. Create two file links for different versions: under $ ACE_ROOT / ACE directory:% ln -s config-linux.h config.h under $ ACE_ROOT / include / makeinclude / directory:% ln -s platform_linux.GNU platform_macros.GNU 3. set LD_LIBRARY_PATH environment variable: LD_LIBRARY_PATH = $ ACE_ROOT / ace: $ LD_LIBRARY_PATH export LD_LIBRARY_PATH

4. Run the configuration script ./configure

5. Compile #> make

6, install #> make install

转载请注明原文地址:https://www.9cbs.com/read-114491.html

New Post(0)