Skip to content

Commit dd19793

Browse files
authored
Add guide for SOIL setup.
1 parent 3952f3e commit dd19793

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To run the application, the following libraries must be installed:
1515
- [GLEW](http://glew.sourceforge.net/)
1616
- [glm](https://glm.g-truc.net/0.9.9/)
1717
- [GLFW](https://www.glfw.org/download)
18+
- [SOIL](https://moodle.unibuc.ro/pluginfile.php/142721/mod_folder/content/0/SOIL.lib?forcedownload=1)
1819

1920
## Installation steps for Windows and Visual Studio
2021

@@ -34,6 +35,8 @@ After downloading the library files:
3435

3536
- for **glm**, extract the `zip` in the project folder. Make sure to keep the parent `glm` folder, in which you can find multiple other files and folders.
3637

38+
- for **SOIL**: copy SOIL.lib to the coresponding directory
39+
3740
In Visual Studio, the libraries must be linked to the project.
3841

3942
Go to `Project -> Properties -> Configuration Properties -> Linker -> Input -> Additional Dependencies` and add
@@ -42,5 +45,6 @@ Go to `Project -> Properties -> Configuration Properties -> Linker -> Input -> A
4245
- `glew32.lib`
4346
- `opengl32.lib`
4447
- `glfw3.lib`
48+
- `<complete path to VS include folder>\SOIL.lib`
4549

4650
Done!

0 commit comments

Comments
 (0)