PDA

View Full Version : mcu8051ide


Slesarev
September 10th, 2009, 17:39
http://mcu8051ide.sourceforge.net/

I have troubles with installing if from source because of dependency

http://www.tdom.org/

So couldn't tell me how to install it or make new ports?

crsd
September 10th, 2009, 19:40
tdom port is in www/tdom

Slesarev
September 11th, 2009, 08:37
Thanks. port search didn't find it however. Now I've installed it and other dependencies, but software can't find tclsh:


$ mcu8051ide
exec: tclsh: not found


Is there a port containing it?

crsd
September 11th, 2009, 09:51
Sure, one of lang/tcl8{1,2,3,4,5,6}. Try searching in plist files if you need to find a port which provides needed file (echo /usr/ports/*/*/pkg-plist | xargs grep tclsh, for example, not 100% result as some ports define PLIST_FILES in Makefile, but close)