Skip to content

Commit

Permalink
Add note on ldd to get dll paths used
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Mar 13, 2024
1 parent 9b61ea9 commit 31b5afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/scripts/install-win-libraries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

echo "This is just a start... need to complete the list!"
pacman -S git mingw-w64-x86_64-toolchain mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-SDL2_ttf mingw-w64-x86_64-SDL2_net mingw-w64-x86_64-cmake make mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-civetweb

echo "To check libraries used..."
ldd SplashKit.dll | grep mingw64 | sed 's/.*=> /cp /' - | sed 's/ (.*)/ ./' -

0 comments on commit 31b5afa

Please sign in to comment.