Software installations
Directory list:
Version | Description |
---|---|
build01 | GNU mc compiled with gcc |
The source code was downloaded from the MC home page on 2012–10–09.
Please see the 4.8.1.6 release notes for more information. This version was installed because the CentOS-provided mc installation showed some irregularities.
Usually, “mc” is alias to the mc-wrapper.sh shell script. Check which version you are using by typing
$ which mc
alias mc='. /usr/libexec/mc/mc-wrapper.sh'
To change to using this version of MC, change the alias to:
alias mc="/software/apps/mc/4.8.1.6/build01/libexec/mc/mc-wrapper.sh"
You can put this in your .bashrc to make it permanent.
Compiled like this:
./configure --with-screen=ncurses --prefix=/software/apps/mc/4.8.1.6/build01
And the “make -j4”, which completed successfully on Triolith.
The internal checks passed (“make check”). And basic usability testing has been performed by three users.