Running linux CVS from build directory
Posted: 13.05.2005, 16:00
I have successfully compiled celestia CVS on my SuSE 9.3 linux box running the KDE 3.4 desktop. I asked a somewhat similar question months ago and got no response so I'll try again:
After I compile the CVS is there any way I can get it to run from its build directory rather than having to install it with "make install"? I would like to be able to test the CVS version without screwing up my install of the stable version. In other words, I would like to be able to get both the stable release of celestia and the CVS version working on my system at the same time. Can this be done and how?
I am running from KDE 3.4. My standard configure script for compiling the CVS (after running make -f Makefile.cvs) is as follows:
./configure --with-kde --with-lua-inc=/usr/include/lua --with-lua-libs=/usr/lib --prefix=/opt/kde3
After I compile the CVS is there any way I can get it to run from its build directory rather than having to install it with "make install"? I would like to be able to test the CVS version without screwing up my install of the stable version. In other words, I would like to be able to get both the stable release of celestia and the CVS version working on my system at the same time. Can this be done and how?
I am running from KDE 3.4. My standard configure script for compiling the CVS (after running make -f Makefile.cvs) is as follows:
./configure --with-kde --with-lua-inc=/usr/include/lua --with-lua-libs=/usr/lib --prefix=/opt/kde3