~matthias-brantner/zorba/bug-863730

« back to all changes in this revision

Viewing changes to doc/zorba/installation.dox

  • Committer: Tarmac
  • Author(s): Chris Hillery
  • Date: 2011-09-23 23:00:28 UTC
  • mfrom: (10467.1.1 build-doc)
  • Revision ID: tarmac-20110923230028-2niqu96e1s9t9mq2
Adding more clear (if still brief) documentation about building Zorba with non-core modules.
 Approved: Cezar Andrei

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
in your current working directory.
11
11
 
12
12
To build Zorba,
13
 
please follow the build instructions (see \ref build). 
 
13
please follow the build instructions (see \ref buildingzorba). 
14
14
 
15
 
\subsection BinaryInstallation Installing the Binary Distribution
 
15
\subsection Installing Installing
16
16
 
17
17
Once you have successfully built Zorba using the "Unix Makefile" generator
18
18
(see \ref SourceInstallation),
27
27
For example,
28
28
in order to install Zorba in <tt>/opt</tt>
29
29
use <tt>cmake -D CMAKE_INSTALL_PREFIX=/opt </tt><em>zorba source directory</em>.
 
30
(Note that while CMake-generated Makefiles support the \c DESTDIR variable,
 
31
this will NOT work with Zorba as certain installation paths are hard-coded
 
32
in the binary files.)
30
33
 
31
 
However,
32
 
CMake generated makefiles also support the make \c DESTDIR variable
33
 
(see the <a href="http://www.cmake.org/Wiki/CMake_FAQ#Does_CMake.27s_.22make_install.22_support_DESTDIR.3F" target="_blank">CMAKE FAQ</a>).
34
34
There is also a <tt>make uninstall</tt> command available
35
35
(also to be called from the build directory).
36
36