summaryrefslogtreecommitdiff
path: root/Compile.html
diff options
context:
space:
mode:
authorPetr Mrázek2011-03-02 09:17:51 +0100
committerPetr Mrázek2011-03-02 09:17:51 +0100
commit9b2c071cb52ee49e5b76dded12ef442f09dcba34 (patch)
tree6d06717814a71e820df49532a4ff578c9a0ff94a /Compile.html
parent509971d6b135b99a17a448bfa56b85eb1f0062f7 (diff)
downloaddfhack-9b2c071cb52ee49e5b76dded12ef442f09dcba34.tar.gz
dfhack-9b2c071cb52ee49e5b76dded12ef442f09dcba34.tar.bz2
dfhack-9b2c071cb52ee49e5b76dded12ef442f09dcba34.tar.xz
Updated Compile (removed mention of the SHM stuff)
Diffstat (limited to 'Compile.html')
-rw-r--r--Compile.html11
1 files changed, 0 insertions, 11 deletions
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>