Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Mar 10, 2024
2 parents 337d117 + bfb0f9f commit 1340dd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Install Visual Studio Community 2019, and while installing instead of selecting

In your package manager, install the following packages:

````sh
```sh
sudo apt-get install libvlc-dev
sudo apt-get install libvlccore-dev
sudo apt-get install vlc-bin
Expand All @@ -53,5 +53,6 @@ sudo pacman -S vlc
sudo pacman -S luajit
``` (Pacman Example)
```
Step 5. Run `lime test [platform]` in the project directory while replacing '[platform]' with your build target (usually `html5`, `windows`, `linux`, `mac`, or whatever platform you are building for).
````
```

0 comments on commit 1340dd9

Please sign in to comment.