|
midnight commander on HEAD_650 tricks
|
03/12/2012 11:38 PM
post92065
|
midnight commander on HEAD_650 tricks
TODAY IS March 12 2012
1. svn checkout on /HEAD_650
2. bootstrap, fix paths adding /usr/pkg/bin:/usr/pkg/sbin:/usr/pkg/lib etc..fix the LD thing.. anyway
3. cd /HEAD_650/pkgsrc/sysutils/mc46
run bmake it will do LOTS of stuff then fail
4. cd work, cd mc-4.6.1
ls -la make sure there's a "configure" in there. if there ain't, then I can't help ya.
5. ./configure --with-glib12 --with-screen=ncurses --without-gpm-mouse
6. make (Yes make not bmake)
7. make install
type mc
enjoy!
|
|
|