File tree Expand file tree Collapse file tree 1 file changed +15
-38
lines changed
Expand file tree Collapse file tree 1 file changed +15
-38
lines changed Original file line number Diff line number Diff line change 66
77Simple 3D Game Engine based on a OpenGL - GLFW3, GLM, IMGUI (1.91.2)
88
9- ## 🔧 Compiling GLFW
9+ ## 🔧 Compiling idk ..
1010
1111### Prerequisites
1212Make sure you have the following installed:
@@ -16,40 +16,17 @@ Make sure you have the following installed:
1616
1717### Steps to Compile
1818
19- 1 . ** Clone the repository**
20- ``` bash
21- git clone --recursive https://github.com/simo8902/glfw3.git
22- cd glfw3
23- ```
24-
25- 2 . ** Create a build directory**
26- ``` bash
27- mkdir build
28- cd build
29- ```
30-
31- 3 . ** Generate project files using CMake**
32- - ** For Windows (MSVC)** unsupported
33- ``` bash
34- cmake .. -G " Visual Studio 17 2022"
35- ```
36- - ** For Linux/macOS (Makefile)** TBD
37- ` ` ` bash
38- cmake .. -DCMAKE_BUILD_TYPE=Release
39- ` ` `
40-
41- 4. ** Build the library**
42- - ** For Windows (MSVC)** unsupported
43- ` ` ` bash
44- cmake --build . --config Release
45- ` ` `
46- - ** For Linux/macOS** TBD
47- ` ` ` bash
48- make -j$( nproc)
49- ` ` `
50-
51- 5. ** Install (Optional, requires admin/sudo)**
52- ` ` ` bash
53- cmake --install .
54- ` ` `
55-
19+ ```
20+ mkdir build
21+ cd build
22+ cmake ..
23+ ```
24+ or using the not ready Makefile
25+ ```
26+ make
27+ ```
28+
29+ ### builded with:
30+ compiler: clang64 version - 19.1.6
31+ for target: x86_64-w64-windows-gnu
32+ model: posix
You can’t perform that action at this time.
0 commit comments