GRK-Projekt/README.md

9 lines
842 B
Markdown
Raw Normal View History

2021-12-27 11:10:39 +01:00
Żeby skonfigurować ten gówno projekt:
* Na poziomie pliku .gitignore trzeba dodać katalog z cwiczeń 6 o nazwie `dependencies`
* W VS w properties > VC++ Directories > Include directories zamienić wszystko na `$(SolutionDir)dependencies\freeglut\include\GL;$(SolutionDir)dependencies\glew-2.0.0\include\GL;$(SolutionDir)dependencies\glm;$(SolutionDir)dependencies\assimp\include;$(IncludePath)`
2021-12-27 11:15:46 +01:00
* VS properties > VC++ Directories > Library directories zamienić na `$(SolutionDir)dependencies\freeglut\lib;$(SolutionDir)dependencies\glew-2.0.0\lib\Release\Win32;$(SolutionDir)dependencies\assimp\Release;$(LibraryPath)`
2021-12-27 11:16:06 +01:00
* VS properties > C/C++ > Preprocessor > Preprocessor definitions dodać `;_CRT_SECURE_NO_WARNINGS`
2021-12-27 11:11:15 +01:00
2021-12-26 21:41:59 +01:00
Najlepiej robić nowe branche i wystawiać pull requesty.
Link do [boarda](https://trello.com/b/iQyTRFCw/grk)