diff options
author | 2020-10-28 14:58:52 +1100 | |
---|---|---|
committer | 2020-10-28 14:58:52 +1100 | |
commit | 9ea6512671ada8d4d16fa9a93c35b2244c1d79f3 (patch) | |
tree | a19179319b7bcafa162e360ccb92f1f9b0bdc041 /docs/source/initialsetup | |
parent | b6ff76b36212bc22951696470042860b2732f3fc (diff) |
docs: Add links to some internal layouts that demonstrate various features, and udpate required MSYS64 packages for using lld.
Diffstat (limited to 'docs/source/initialsetup')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 09b45d2869a..e9e931238de 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -101,8 +101,9 @@ with MSYS2 and the **pacman** package manager. ``mingw-w64-i686-python``. * For debugging you may want to install ``gdb``. * To link using the LLVM linker (generally much faster than the GNU linker), - you'll need ``mingw-w64-x86_64-lld`` for 64-bit builds, or - ``mingw-w64-i686-lld`` for 32-bit builds. + you'll need ``mingw-w64-x86_64-lld`` and ``mingw-w64-x86_64-libc++`` for + 64-bit builds, or ``mingw-w64-i686-lld`` and ``mingw-w64-i686-libc++`` for + 32-bit builds. * To build against the portable SDL interfaces, you'll need ``mingw-w64-x86_64-SDL2`` and ``mingw-w64-x86_64-SDL2_ttf`` for 64-bit builds, or ``mingw-w64-i686-SDL2`` and ``mingw-w64-i686-SDL2_ttf`` for 32-bit builds. |