Loading README.marble +13 −7 Original line number Diff line number Diff line Loading @@ -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 \ Loading @@ -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. Loading Loading
README.marble +13 −7 Original line number Diff line number Diff line Loading @@ -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 \ Loading @@ -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. Loading