Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mas-bandwidth/yojimbo
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
2 parents 3bc04ed + c5ef98d commit a170a1c
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 a170a1c

Please sign in to comment.