Skip to content

Commit

Permalink
Fix for #31 (#34)
Browse files Browse the repository at this point in the history
* Added Windows 64-bit native DLL subfolder.

* Updated README.md with instructions to build for Windows 64-bit.
  • Loading branch information
r2d2rigo committed Aug 1, 2020
1 parent 7f4fdbb commit 24716cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -92,6 +92,8 @@ Or you can set it up manually:
STEAMSDK_DIR/public/steam/*.h -> native/include/steam/*.h
STEAMSDK_DIR/redistributable_bin/steam_api.dll -> native/lib/win32/
STEAMSDK_DIR/redistributable_bin/steam_api.lib -> native/lib/win32/
STEAMSDK_DIR/redistributable_bin/win64/steam_api64.dll -> native/lib/win64/
STEAMSDK_DIR/redistributable_bin/win64/steam_api64.lib -> native/lib/win64/
STEAMSDK_DIR/redistributable_bin/osx32/libsteam_api.dylib -> native/lib/osx64/
STEAMSDK_DIR/redistributable_bin/linux32/libsteam_api.so -> native/lib/linux32/
STEAMSDK_DIR/redistributable_bin/linux64/libsteam_api.so -> native/lib/linux64/
Expand All @@ -101,7 +103,10 @@ Or you can set it up manually:
Windows:
```
ndll/Windows/steam_appid.txt
STEAMSDK_DIR/redistributable_bin/steam_api.dll -> ndll/Windows
STEAMSDK_DIR/redistributable_bin/steam_api.dll -> ndll/Windows/

ndll/Windows64/steam_appid.txt
STEAMSDK_DIR/redistributable_bin/steam_api64.dll -> ndll/Windows64/
```

Mac:
Expand Down
1 change: 1 addition & 0 deletions native/lib/win64/put_steam_api64_dll_and_lib_here.txt
@@ -0,0 +1 @@
put steam_api64.dll and steam_api64.lib in this folder

0 comments on commit 24716cf

Please sign in to comment.