Sir,

Thank you for your reply.

2012/8/19 Shakthi Kannan <shakthim...@gmail.com>

> Hi,
>
> --- On Sun, Aug 19, 2012 at 10:00 PM, ARUN PALANIAPPAN
> <arunpalaniappan....@gmail.com> wrote:
> | But, will some one please help me with compiling?* *
> | When I give the command ./configure, it tells that scribus is of cmake..
> \--
>
> In short, you need to use:
>
>   $ cmake .
>   $ make
>

*Here is What I did and What I got: *

aalunga@ARUN:~/DeskDocs/S$ ./configure

Scribus uses the CMake (http://www.cmake.org) buildsystem instead of
configure.
CMake uses different options than configure, but some have direct
equivalents:
   <srcdir>           : the source directory
   --prefix=<dir>     : -DCMAKE_INSTALL_PREFIX:PATH=<dir>
Once CMake has run successfully, you can use "make edit_cache" to view and
modify all settings.

Your current configure options translate more or less to:
   cmake . ; make ; make install

aalunga@ARUN:~/DeskDocs/S$ cmake .
-- Shared Library Flags:
-- Scribus 1.5.0.svn will be built to install into /usr/local
-- Machine: x86_64-linux-gnu, void pointer size: 8
-- Found target X86
-- Found target X86_64
-- Building for target x86_64-linux-gnu
-- Using standard ApplicationDataDir. You can change it with
-DAPPLICATION_DATA_DIR
Qt4 Found OK
-- QtWebkit Found OK
-- Building without Qt3 Support (GOOD)
CMake Error at
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91
(MESSAGE):
  Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252
(_FPHSA_FAILURE_MESSAGE)
  cmake/modules/FindZLIB.cmake:47 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:513 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!



> Do some homework first. Read the README, BUILDING files in the sources
> on how to build the project. Also read:
>
>   http://www.cmake.org/cmake/help/cmake_tutorial.html
>
>   http://www.cmake.org/Wiki/CMake
>
> Learn to use a search engine to understand terminology, and tools that
> you don't know.
>
>
*Sir,
I wrote to the List Only after  coming to a conclusion that I could not
understand the articles I read over net. I could get nothing!!*
*I am not a programmer and have a phobia towards the terminals (text based
interface).  *
*Till date, I have installed applications using GUI (Ubuntu Software
Centre) Only*


-- 
Regards,
ARUN P
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to