Commit 7797b482 authored by Matt Edman's avatar Matt Edman
Browse files

Clarify that building with marble is much simpler on Linux than on
OS X or Windows.


svn:r4058
parent 2b8e48cf
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ still have to build with the Vidalia-specific patched Marble.

3. Configure Vidalia with Marble support.

  OS X & Windows:
    cd vidalia (or wherever your Vidalia source tree lives)
    mkdir build && cd build
    cmake -DUSE_MARBLE=1 \
@@ -47,6 +48,11 @@ still have to build with the Vidalia-specific patched Marble.
          -DMARBLE_LIBRARY_DIR=~/marble/build/src/lib \
          -DMARBLE_PLUGIN_DIR=~/marble/build/src/plugins ..

  Everywhere else:
    cd vidalia (or wherever your Vidalia source tree lives)
    mkdir build && cd build
    cmake -DUSE_MARBLE=1 ..

You will need to adjust each of the paths above according to where you checked
out and installed Marble in Steps 1 and 2.