Hi all,

Is it possible to create a source package that wouldn't require to install cmake on the destination machine?

With autotools, all the build scripts are generated when building the package and included into the package. So, on the destination box you can do the following:

    tar -xzf mypackage.tar.gz
    cd mypackage
    make
    sudo make install

There's no need to install autotools itself. Is something similar possible with CMake/CPack? Will simply creating the build directory inside of the source tree help?

Martin
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to