You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ENVIRONMENT-STRUCTURE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ As described in [Features](README.md#features), the Holy Build Box environment c
5
5
Most of the compiler toolchain, e.g. `gcc` and `g++`, are installed with YUM. However, some software in CentOS 5 is way too outdated for compiling modern applications, so we installed more recent versions of them from source.
6
6
7
7
* Executable tools such as `pkg-config` and `CMake` are installed to `/hbb`.
8
-
* Libraries such as OpenSSL are installed to to the [library variant directories](LIBRARY-VARIANTS.md), e.g. `/hbb_exe`.
8
+
* Libraries such as OpenSSL are installed to the [library variant directories](LIBRARY-VARIANTS.md), e.g. `/hbb_exe`.
9
9
10
10
The activation script inside each library variant directory sets various environment variables to ensure that whatever is inside that library variant directory is found first. For example, it prepends `/hbb/bin` and `/hbb_<VARIANT NAME>/bin` to PATH.
0 commit comments