Город МОСКОВСКИЙ
00:06:01

Midnight Commander #4 not just for programmers | Compiling mc, spell check in mcedit

Аватар
JavaScript Дизайн
Просмотры:
21
Дата загрузки:
04.12.2023 17:47
Длительность:
00:06:01
Категория:
Обучение

Описание

In this video I am going to show you how to compile Midnight Commander's source code

CHAPTERS
0:00 - Intro
0:10 - Dockerfile
0:48 - clone
1:24 - dependencies
1:28 - configure
3:18 - spell check in mcedit with aspell
4:46 - git version

The commands I have used:
git clone https://github.com/MidnightCommander/mc.git
cd mc
./autogen.sh
./configure --prefix=/ (if you would like to use spellcheck use the --enable-aspell option also)
make -j 8
sudo make install
mc --version

note:
To use aspell in mcedit you have to install the libaspell package.
In case of ubuntu you could do this with the following command:
sudo apt install libaspell-dev
Without this the spell checking in mcedit will not work!

Playlist: https://www.youtube.com/playlist?list=PLjr8xOWhzGTxgHORe56n_tnym1JlFqfFD

Рекомендуемые видео