Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 2244ab4

Browse files
committed
Update README.md
1 parent 6929df0 commit 2244ab4

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,24 @@
88
## Description
99

1010
This module built with OpenGL and GLFW provide several components to build your graphical project.
11-
OpenGLModule support linux platform. To create a graphical project you have to link all required library
11+
OpenGLModule support Linux and Windows platform. To create a graphical project you have to link all required library
1212
with this module and your project. Check our [documentation](https://docs.creative-rift.com/) for more information.
1313

1414
## Installation
15-
Just clone the project, and you can build the library.
15+
Just clone the project, then do `./check_for_update -i` (only on Linux)
1616

1717
## Compilation
1818

19-
* Go to `module/`
20-
* Create a `build` folder
21-
* Go to this folder
22-
* Run `cmake ..`
23-
* Run `cmake --build .`
24-
* Check on `module/lib` if the build successful
19+
Linux :
20+
* Do `./check_for_update -b`
21+
22+
Windows:
23+
* `mkdir build`
24+
* `cd build`
25+
* `cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Debug/Release ..`
26+
* `cmake --build .`
27+
28+
The default output is in `out/`
2529

2630
## Documentation
2731

0 commit comments

Comments
 (0)