diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-19 19:34:34 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-19 19:34:34 +0000 |
commit | aeaf61ef77ec03d4ea104d54ee9860f62e8093be (patch) | |
tree | 4745a451c900513e405af7bd2e875f21bf7cca11 | |
parent | minor edits (diff) | |
download | ice-aeaf61ef77ec03d4ea104d54ee9860f62e8093be.tar.bz2 ice-aeaf61ef77ec03d4ea104d54ee9860f62e8093be.tar.xz ice-aeaf61ef77ec03d4ea104d54ee9860f62e8093be.zip |
Removed instruction for installing .pc files, these aren't needed anymore
as we link against the DLLs with the tar.gz binary distribution
-rw-r--r-- | cpp/install/unix/README.Linux | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/cpp/install/unix/README.Linux b/cpp/install/unix/README.Linux index 7360eafaf57..7668dee104f 100644 --- a/cpp/install/unix/README.Linux +++ b/cpp/install/unix/README.Linux @@ -200,7 +200,7 @@ command like this: $ gacutil -i bin/icecs.dll -You also need to add $MONO_PATH/lib to your LD_LIBRARY_PATH. +You also need to add <mono_install_dir>/lib to your LD_LIBRARY_PATH. The instructions for running the demos assume that you have configured your kernel to automatically execute the Mono interpreter. To do this, @@ -221,25 +221,6 @@ mono. For example, $ mono server.exe -If you are building from a binary tar (not RPM) archive, follow -these instructions: - -1) Edit all the *.pc files in lib/pkgconfig and change the setting of - the mono_root variable to reflect the top level directory in which - you have installed Mono. - -2) Either: - - - add the lib/pkgconfig directory in the source distribution to - your (exported) PKG_CONFIG_PATH - - or: - - - copy the *.pc files from lib/pkgconfig to /usr/lib/pkgconfig. - -This is necessary for the -pkg option to mcs to work correctly with -the Ice assemblies. - PHP --- |