diff options
| author | Petr Mrázek | 2011-03-02 09:17:51 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2011-03-02 09:17:51 +0100 |
| commit | 9b2c071cb52ee49e5b76dded12ef442f09dcba34 (patch) | |
| tree | 6d06717814a71e820df49532a4ff578c9a0ff94a | |
| parent | 509971d6b135b99a17a448bfa56b85eb1f0062f7 (diff) | |
| download | dfhack-9b2c071cb52ee49e5b76dded12ef442f09dcba34.tar.gz dfhack-9b2c071cb52ee49e5b76dded12ef442f09dcba34.tar.bz2 dfhack-9b2c071cb52ee49e5b76dded12ef442f09dcba34.tar.xz | |
Updated Compile (removed mention of the SHM stuff)
| -rw-r--r-- | COMPILE.rst | 12 | ||||
| -rw-r--r-- | Compile.html | 11 |
2 files changed, 0 insertions, 23 deletions
diff --git a/COMPILE.rst b/COMPILE.rst index dc07456f..8e1ec264 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 d7bb44ce..b4a252cc 100644 --- a/Compile.html +++ b/Compile.html @@ -330,7 +330,6 @@ ul.auto-toc { </li> <li><a class="reference internal" href="#build-targets" id="id8">Build targets</a></li> <li><a class="reference internal" href="#build-types" id="id9">Build types</a></li> -<li><a class="reference internal" href="#building-the-shared-memory-hook-library-shm" id="id10">Building the shared memory hook library (SHM)</a></li> </ul> </div> <div class="section" id="dependencies"> @@ -369,7 +368,6 @@ make install <li>executables to <tt class="docutils literal">$CMAKE_INSTALL_PREFIX/bin</tt></li> <li>The <tt class="docutils literal">Memory.xml</tt> file to <tt class="docutils literal">/usr/share/dfhack</tt></li> </ul> -<p>See the section on the shared memory hook library (SHM).</p> </div> <div class="section" id="building-on-windows"> <h1><a class="toc-backref" href="#id3">Building on Windows</a></h1> @@ -457,15 +455,6 @@ cmake .. -DCMAKE_BUILD_TYPE:string=BUILD_TYPE 'RelWithDebInfo'. There are others, but they aren't really that useful.</p> <p>Have fun.</p> </div> -<div class="section" id="building-the-shared-memory-hook-library-shm"> -<h1><a class="toc-backref" href="#id10">Building the shared memory hook library (SHM)</a></h1> -<p>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.</p> -<p>For DF 31.01 - 31.12 on Windows, use MSVC 2008. You can get the Express -edition for free from Microsoft.</p> -</div> </div> </body> </html> |
