Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit 134e355

Browse files
Updating system app documentation
1 parent 6ead84c commit 134e355

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This a C++ OpenGL repository to contain my work for Computer Graphics (COMP371)
2121
- [GLM 9.8.5](https://github.com/g-truc/glm/releases/tag/0.9.8.5)
2222
- [GLEW 2.1.0](https://github.com/nigels-com/glew/releases/tag/glew-2.1.0)
2323

24-
You are no longer required to download and compile the libraries above; for the System Setup there is a zip which contains all the binaries for x64 (Debug/Release) as well as the include file structures. The Setup application and the libraries are avaliable [here](https://github.com/prince-chrismc/Computer-Graphics/releases/tag/Setup-v1.0.0) for download. For details about [installing the libraries](#Libraries-Installation) or for setting up the [enviroment variables](#Setting-Enviroment-Variables).
24+
You are no longer required to download and compile the libraries above; for the System Setup there is a zip which contains all the binaries for x64 (Debug/Release) as well as the include file structures. The Setup application and the libraries are avaliable [here](https://github.com/prince-chrismc/Computer-Graphics/releases/tag/Setup-v1.1.0) for download. For details about [installing the libraries](#Libraries-Installation) or for setting up the [enviroment variables](#Setting-Enviroment-Variables).
2525

2626
### Libraries Installation
2727
1. Use the link above to download the `Libraries`

System Setup/CHANGE_LOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ To track modifications to the website's content.
88
99
> x.x.0 - Fix: Small tweaks which do not impact stability
1010
11+
## Setup 1.1.0
12+
- Now works even if `setup.bat` exists
13+
- Sets Enviroment variables (include directory { GLM, GLEW, GLFW } library directory { GLEW, GLFW }
14+
- corrected type for GLFW lib env var
15+
1116
## Setup 1.0.0
1217
- Initial Release of `System Setup.exe`
1318
- Supported Platforms: Windows x64

System Setup/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# System Setup
22
This Section of the repository is to facilitate configure the enviroment variables. The app is very limited.
3-
4-
## Limitations
5-
- The app will fail if `setup.bat` already exists.

0 commit comments

Comments
 (0)