Ports for SerenityOS
Collections What's new Versions Info Sign in

Midnight Commander 4.8.31 🞉

User shell with text-mode full-screen interface.

cd Ports/mc
./package.sh

Description  ~  📖 Instructions

For WSL2/Ubuntu20.04
# default meson package is lower than recommended version, package build will not proceed.
# suggestion: remove current meson package, install latest on a per-user basis
$ which meson
$ meson --version (should say 0.60 or something)
$ sudo apt remove meson -y
$ pip3 install --user meson
# Update $HOME/.bash_profile 's PATH environment and add $HOME/.local/bin and save file
$ vim $HOME/.bash_profile
# Update current environtment variables use latest
$ source $HOME/.bash_profile
# Now compile mc
$ cd $SERENITY_SOURCE_DIR/Ports/mc
$ ./package.sh

Website: https://midnight-commander.org/

Port: https://github.com/SerenityOS/serenity/tree/master/Ports/mc

Dependencies: gettext glib ncurses vim 🖧

Sign in to vote

✍️ Edit this page

Similar ports

Port icon has the following license: GNU GPLv3 https://choosealicense.com/licenses/gpl-3.0/ (c) Midnight Commander