Skip to content

Commit

Permalink
Some more info on getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
yancouto committed Feb 2, 2024
1 parent 27cabd8 commit 8bd3c1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ To install luasteam, you can use one of our pre-compiled binaries in our `releas
Download the correct binary for your platform and rename it to simply ``luasteam.ext``. For example, if you're using Windows 32-bits, download ``win32_luasteam.dll`` and rename it to ``luasteam.dll``.
Then copy this file to the same directory as your lua files, and make sure ``require 'luasteam'`` works.

On linux, you may need to use `LD_LIBRARY_PATH=. love ...` when running your code. To make allow placing the binaries next to the love file on all OSs, you may need to use `this hack <https://github.com/MarvellousSoft/MarvInc/blob/e914dcd15d7b538793c7dcac27d3350d716d47db/marv/main.lua#L10-L13>`_.

.. warning::

You also need to copy the correct SteamWorks library to the same directory. This library is not on the luasteam repository, and must be downloaded through the `SteamWorks website <https://partner.steamgames.com/downloads/list>`_. This version of luasteam is guaranteed to work with SteamWorks SDK v1.58a, but probably works with future versions.
Expand Down

0 comments on commit 8bd3c1e

Please sign in to comment.