स्रोत डाउनलोड करें और निर्भरता बनाएँ:
mkdir ~/.mc
cd !$
apt-get source mc
sudo apt-get build-dep mc
को खोलो mc-4.8.3/debian/rules
फ़ाइल और इस लाइन को अनलिम करें --enable-vfs-smb=yes
। उपरोक्त पंक्ति के अंत में एक बैकस्लैश वर्ण जोड़ना न भूलें:
override_dh_auto_configure:
dh_auto_configure -- AWK="awk" \
--libexecdir='$${prefix}/lib' \
--with-x \
--with-screen=slang \
--disable-rpath \
--disable-static \
--enable-vfs-undelfs \
--enable-tests \
--enable-vfs-smb=yes
स्रोत से बाइनरी बनाएँ:
cd mc-4.8.3/
sudo dpkg-buildpackage
तब चलाकर स्थापित करें:
cd ..
sudo dpkg -i mc_4.8.3-9_i386.deb
सत्यापित करें कि आप देखते हैं smbfs
पर Virtual File Systems
रेखा:
$ mc -V
GNU Midnight Commander 4.8.3
Built with GLib 2.34.0
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ext2undelfs, ftpfs, fish, smbfs
Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64;
स्रोत: http://prolinux.org/content/midnight-commander-i-samba.php