Skip to content

Commit

Permalink
Doc: Fix package name for ntldd-git
Browse files Browse the repository at this point in the history
  • Loading branch information
rootfather committed Jan 27, 2018
1 parent adcb2de commit 60f44b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -110,11 +110,11 @@ To build on Windows for development, using MSYS2 is recommended. Follow the inst

For x86 (32 bit) builds:

pacman -Sy mingw-w64-i686-{cmake,ffmpeg,gcc,gdb,imagemagick,libzip,pkg-config,qt5,SDL2,ntdll-git}
pacman -Sy mingw-w64-i686-{cmake,ffmpeg,gcc,gdb,imagemagick,libzip,pkg-config,qt5,SDL2,ntldd-git}

For x86_64 (64 bit) builds:

pacman -Sy mingw-w64-x86_64-{cmake,ffmpeg,gcc,gdb,imagemagick,libzip,pkg-config,qt5,SDL2,ntdll-git}
pacman -Sy mingw-w64-x86_64-{cmake,ffmpeg,gcc,gdb,imagemagick,libzip,pkg-config,qt5,SDL2,ntldd-git}

Check out the source code by running this command:

Expand Down

1 comment on commit 60f44b4

@endrift
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops

Please sign in to comment.