Am Sonntag 19 September 2010 schrieb kfj:
> On Sep 18, 11:47 pm, dmg <[email protected]> wrote:
> > Hi KFJ,
> > 
> > did you try using cmake?
> 
> I did not, and I gave it some thought, even looked at cmake's website.
> I admit I did not look very intensely, but I got the feeling that it
> is more something for MSVC users - please correct me if I'm wrong.

You are _very_ wrong.  It only so happens to be good for MSVC too.

> Also I quite like to just get stuff to run with whatever tools I
> already have instead of having to install, try and learn yet another
> one. But if you could offer some helpful hints on how to compile
> libpano with cmake, I'd give it a shot, considering it's suppoed to
> become the standard.

I am using following for creating debian package:
1.) source dir (It may be whatever you have of course)
        /usr/src/panotools/trunk/libpano
2.) build dir (It also is, what you choose, but shoud be distinct from source)
        /usr/BUILD/BuildPano13
3.) packaging debian (You may want red hat, then -DCPACK_BINARY_RPM:BOOL=ON)
4.) commands:
        cd /usr/BUILD/BuildPano13
        cmake /usr/src/panotools/trunk/libpano -DHAVE_JAVA=0 
-DCPACK_BINARY_DEB:BOOL=ON
        make package
        sudo dpkg -i /usr/BUILD/BuildPano13/libpano13-2.9.17-Linux.deb
...

> With regards
> KFJ

        Kornel
-- 
Kornel Benko
[email protected]

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to