Skip to content

Commit

Permalink
Update BUILDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames authored Dec 26, 2023
1 parent d31bbb6 commit c5ef98d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ You can now build the library and run individual test programs as you would for

First, download and install [premake 5](https://premake.github.io/download.html).

Next, install libsodium.

Linux:

sudo apt install libsodium-dev

Mac:

brew install libsodium

Now go to the command line under the yojimbo directory and enter:

premake5 gmake
Expand Down

0 comments on commit c5ef98d

Please sign in to comment.