EFW Support

Support => General Support => Topic started by: mmiat on Tuesday 24 September 2013, 09:59:45 pm



Title: Install MC
Post by: mmiat on Tuesday 24 September 2013, 09:59:45 pm
I'd like to have MC (midnight commander) in EFW. Where can I found it or how can I compile it? thanks


Title: Re: Install MC
Post by: mmiat on Wednesday 25 September 2013, 04:33:38 am
yesss!!!
I try to replicate, I hope forget nothing...
it doesn't build with slang, only with ncurses, so I have to specify it

Code:
smart install gcc binutils make autoconf glib2 glib2-devel ncurses ncurses-devel libtool pcre pcre-devel 
wget http://ftp.midnight-commander.org/mc-4.8.9.tar.bz2
bzip -d mc-4.8.9.tar.bz2
cd mc-4.8.9
./configure --with-screen=ncurses
make
make install
mc

 ;)


Title: Re: Install MC
Post by: mmiat on Wednesday 25 September 2013, 04:37:58 am
grrr I can't modify post

a little correction...

Code:
smart install gcc binutils make autoconf glib2 glib2-devel ncurses ncurses-devel libtool pcre pcre-devel 
wget http://ftp.midnight-commander.org/mc-4.8.9.tar.bz2
bzip2 -d mc-4.8.9.tar.bz2
tar xvf mc-4.8.9.tar
cd mc-4.8.9
./configure --with-screen=ncurses
make
make install
mc


Title: Re: Install MC
Post by: mmiat on Friday 04 October 2013, 05:16:51 am
little modification....

requisites: install ossw repository

Code:
smart install gcc binutils make autoconf glib2 glib2-devel ncurses ncurses-devel wget pcre pcre-devel 
wget http://ftp.midnight-commander.org/mc-4.8.9.tar.bz2
bzip2 -d mc-4.8.9.tar.bz2
tar xvf mc-4.8.9.tar
cd mc-4.8.9
./configure --with-screen=ncurses
make
make install
mc


Title: Re: Install MC
Post by: sintornillos on Tuesday 27 May 2014, 12:55:12 am
I could not install. I have disabled the wget and I can not run the. / Configure


Title: Re: Install MC
Post by: mmiat on Tuesday 27 May 2014, 06:06:52 pm
I could not install. I have disabled the wget and I can not run the. / Configure

how did you disable wget? and why?
configure is executable? if not: chmod +x configure


Title: Re: Install MC
Post by: sintornillos on Tuesday 27 May 2014, 11:12:33 pm
wget -->  i get error "command not found", i get the same thing with the commands "ap-get, aptitude, bzip" and with sentences "smart install gcc ...." i get error "gcc" matches no packages.
I need help.

Thank you


Title: Re: Install MC
Post by: mmiat on Monday 30 June 2014, 09:24:25 pm
have you installed ossw repository first of all?


Title: Re: Install MC
Post by: mmiat on Friday 18 July 2014, 07:32:26 pm
in endian 2.5.2 you can install MC manually download packages


Title: Re: Install MC
Post by: mmiat on Friday 18 July 2014, 07:52:07 pm
I installed htop 1.0.1 too: http://hisham.hm/htop/releases/1.0.1/htop-1.0.1.tar.gz
1.0.2 and 1.0.3 don't install