beautiful, Thank you
On Thu, Jul 14, 2011 at 4:49 PM, Julien Rioux <jri...@physics.utoronto.ca>wrote: > On 14/07/2011 4:19 PM, Xu Wang wrote: > >> Hi, >> >> How can I recompile just one of the .cpp and reinstall lyx on ubuntu? >> >> Before, I was doing >> make uninstall >> make clean >> make >> sudo make install >> >> But this takes a long time. >> >> See my pitiful attempt below for recompiling one cpp: >> >> xuwang@ubuntu:~/lyx-2.0.x/src$ g++ LaTeX.cpp >> LaTeX.cpp:16:20: fatal error: config.h: No such file or directory >> compilation terminated. >> >> Thank you >> >> > Just do: > > touch src/LaTeX.cpp > make > sudo make install > > It will recompile LaTeX.cpp and everything that depends on this file. > > -- > Julien > >