Skip to content

Commit

Permalink
Add PacmanPackage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
The-0x committed May 26, 2024
1 parent 27f270b commit 0d7d46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Splashkit/Extensions/PacmanPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Installation of the package is done by running pacman -U *.pkg.tar.zst in the sa

Using clang++ <filename>.cpp -l splashkit -o <filename> we are able to compile the guide code by linking the Splashkit library from the /mingw64/include directory.

Running the program using ./<filename>.exe unsuccessfully runs the file. Giving error messages related to multiple `.dll` files not being found (see [Troubleshooting](##Troubleshooting)).
Running the program using ./<filename>.exe unsuccessfully runs the file. Giving error messages related to multiple `.dll` files not being found (see [Troubleshooting](#troubleshooting)).


## Troubleshooting
Expand Down

0 comments on commit 0d7d46f

Please sign in to comment.