Edit Links |
CompileFromSVNCategories: Development, Compile LyX << | Page list | >>Notes on compiling LyX from Subversion Table of contents (hide) 1. Log for compiling lyx-devel on RHEL4What I did in order to be able to compile LyX from SVN. The machine is RHEL release 4 (update 5).
Note that if you wish to commit, you should use the following command instead:
cd /nobackup/chr svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
Sheesh, I get the error:
Wait a long time... started at 15:27. Make ended before 16:07. 2. Installing QT4
Make
gmake
Install
gmake install
Note that someone changed 'gmake' and 'gmake install' to 'make' and 'make install' without commenting, maybe indicating that that was what worked for him.
3. Log for compiling on Ubuntu (6?)
Sigh... it gives me a too recent version of automake. Giving up on this. 4. Log for building LyX on Ubuntu (7.04)This is with a almost fresh installation of Ubuntu 7.04. The instructions below should hopefully work, but were not verified on a completely fresh system. (These instructions worked for me on Ubuntu 8.04 also).
sudo apt-get install build-essential libqt4-dev gettext sudo apt-get install libc6-dev # This may already have been installed sudo apt-get install automake # This may already have been installed
4.1 Build timesrevision 20759
real 22m24.971s user 20m27.441s sys 1m35.558s
real 12m4.663s user 20m36.377s sys 1m32.110s
real 11m47.978s user 20m48.434s sys 1m32.278s 5. Log for building LyX on Ubuntu (8.10)This is with a almost fresh installation of Ubuntu 8.10.
sudo apt-get install build-essential subversion libqt4-dev gettext automake
6. Installing local LaTeX classes and styles in UbuntuMy freshly compiled LyX doesn't find the classes it should find. Here's a partial work around for locally installed classes:
7. CategoriesCategory: Development, Compile LyX |