mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 22:19:30 +03:00
spelling: github
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f2adf03920
commit
5ce5ddb50c
2 changed files with 2 additions and 2 deletions
|
@ -927,7 +927,7 @@ template<class T> struct mi_stl_allocator { }
|
|||
|
||||
/*! \page build Building
|
||||
|
||||
Checkout the sources from Github:
|
||||
Checkout the sources from GitHub:
|
||||
```
|
||||
git clone https://github.com/microsoft/mimalloc
|
||||
```
|
||||
|
|
|
@ -98,7 +98,7 @@ $(document).ready(function(){initNavTree('build.html',''); initResizable(); });
|
|||
<div class="title">Building </div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><p>Checkout the sources from Github: </p><div class="fragment"><div class="line">git clone https://github.com/microsoft/mimalloc</div>
|
||||
<div class="textblock"><p>Checkout the sources from GitHub: </p><div class="fragment"><div class="line">git clone https://github.com/microsoft/mimalloc</div>
|
||||
</div><!-- fragment --><h2>Windows</h2>
|
||||
<p>Open <code>ide/vs2019/mimalloc.sln</code> in Visual Studio 2019 and build (or <code>ide/vs2017/mimalloc.sln</code>). The <code>mimalloc</code> project builds a static library (in <code>out/msvc-x64</code>), while the <code>mimalloc-override</code> project builds a DLL for overriding malloc in the entire program.</p>
|
||||
<h2>macOS, Linux, BSD, etc.</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue