开发者

Sublime Text 2 Make not working, can't find latex

开发者 https://www.devze.com 2023-03-15 05:22 出处:网络
I\'m a bit new to make, so this is probably something really very simple, but with the text editor I use (Su开发者_运维问答blime Text 2) it will automatically run make when I tell it to build my proje

I'm a bit new to make, so this is probably something really very simple, but with the text editor I use (Su开发者_运维问答blime Text 2) it will automatically run make when I tell it to build my project. When I do I get this output:

gcc ../src/TADA.c -o ../bin/TADA
cd ../aux
latex ../doc/documentation.tex
make: latex: No such file or directory
make: *** [report] Error 1

However, if I cd to the project's directory and run make it works just fine. For some reason when I run it from Sublime Text 2 it can't seem to find the latex command. Anyone have any guesses as to why that occurs?

I'm running Mac OS X 10.6.

Thanks in advance!


Install latex. (I can't give you any more specifics because you didn't mention what sort of OS you are trying this on.)


Yo should install:

http://www.tug.org/mactex/mactex-download.html

and then added to the path:

export PATH=$PATH:/usr/local/.. ## complete path

0

精彩评论

暂无评论...
验证码 换一张
取 消