From 9b2c071cb52ee49e5b76dded12ef442f09dcba34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 2 Mar 2011 09:17:51 +0100 Subject: [PATCH] Updated Compile (removed mention of the SHM stuff) --- COMPILE.rst | 12 ------------ Compile.html | 11 ----------- 2 files changed, 23 deletions(-) diff --git a/COMPILE.rst b/COMPILE.rst index dc07456f0..8e1ec2645 100644 --- a/COMPILE.rst +++ b/COMPILE.rst @@ -44,8 +44,6 @@ With this dfhack installs: * executables to ``$CMAKE_INSTALL_PREFIX/bin`` * The ``Memory.xml`` file to ``/usr/share/dfhack`` -See the section on the shared memory hook library (SHM). - Building on Windows =================== You need ``cmake``. Get the win32 installer version from the official @@ -135,13 +133,3 @@ Valid an useful build types include 'Release', 'Debug' and 'RelWithDebInfo'. There are others, but they aren't really that useful. Have fun. - -Building the shared memory hook library (SHM) -============================================= -Unlike the rest of DFHack, The SHM needs special treatment when it -comes to compilation. Because it shares the memory space with DF -itself, it has to be built with the same tools as DF and use the same C -and C++/STL libraries. - -For DF 31.01 - 31.12 on Windows, use MSVC 2008. You can get the Express -edition for free from Microsoft. diff --git a/Compile.html b/Compile.html index d7bb44ce7..b4a252ccb 100644 --- a/Compile.html +++ b/Compile.html @@ -330,7 +330,6 @@ ul.auto-toc {
  • Build targets
  • Build types
  • -
  • Building the shared memory hook library (SHM)
  • @@ -369,7 +368,6 @@ make install
  • executables to $CMAKE_INSTALL_PREFIX/bin
  • The Memory.xml file to /usr/share/dfhack
  • -

    See the section on the shared memory hook library (SHM).

    Building on Windows

    @@ -457,15 +455,6 @@ cmake .. -DCMAKE_BUILD_TYPE:string=BUILD_TYPE 'RelWithDebInfo'. There are others, but they aren't really that useful.

    Have fun.

    -
    -

    Building the shared memory hook library (SHM)

    -

    Unlike the rest of DFHack, The SHM needs special treatment when it -comes to compilation. Because it shares the memory space with DF -itself, it has to be built with the same tools as DF and use the same C -and C++/STL libraries.

    -

    For DF 31.01 - 31.12 on Windows, use MSVC 2008. You can get the Express -edition for free from Microsoft.

    -