diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-06-22 19:47:42 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-06-22 19:47:42 +0000 |
commit | 193e355b46b006069e995735c511001a2d844bba (patch) | |
tree | c181107dd83eda4448475a95884db8c77b84da14 /cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1125 (diff) | |
download | ice-193e355b46b006069e995735c511001a2d844bba.tar.bz2 ice-193e355b46b006069e995735c511001a2d844bba.tar.xz ice-193e355b46b006069e995735c511001a2d844bba.zip |
Removed Intel C++ instructions
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL.LINUX | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/INSTALL.LINUX b/cpp/INSTALL.LINUX index 429da11bca5..5960a383d1a 100644 --- a/cpp/INSTALL.LINUX +++ b/cpp/INSTALL.LINUX @@ -81,12 +81,6 @@ comments in the file provide more information. Pay particular attention to the variables that define the locations of the third- party libraries. -If you want to build Ice with the Intel C++ compiler, first set the -following environment variables: - -$ export CC=icc -$ export CXX=icpc - Now you're ready to build Ice: $ make |