Showing posts with label kile. Show all posts
Showing posts with label kile. Show all posts

Monday, May 16, 2011

Kile on Mac

Somehow the Macports evaporated out of my system.
So, I end up reinstalling the Kile via macports.

export PATH=/opt/local/bin:/opt/local/sbin:$PATH
$ sudo port selfupdate

$ port upgrade outdated
Reinstalled KILE:
$ sudo port install kile


I think installing one of the program last week kicked it out... I will need to verify that.

Sunday, February 28, 2010

Kile on Mac and troubles

One down...



[ViewDVI] finished with exit status 127
???

$ kdvi test.tex
The program 'kdvi' is currently not installed.  You can install it by typing:
                                    
sudo apt-get install kdvi
bash: kdvi: command not found


sudo port -f activate dbus
sudo port install kile
(From https://trac.macports.org/ticket/26862)