We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b0690 commit 70cd711Copy full SHA for 70cd711
README.md
@@ -45,6 +45,9 @@ sudo dnf install gtk3-devel
45
git clone https://github.com/libnativeapi/nativeapi.git
46
cd nativeapi
47
```
48
+
49
+#### Linux/macOS
50
51
```bash
52
# Create build directory
53
mkdir build
@@ -55,6 +58,18 @@ cmake ..
55
58
cmake --build . --config Release
56
59
57
60
61
+#### Windows
62
63
+```powershell
64
+# Create build directory
65
+mkdir build
66
+cd build
67
68
+# Configure and build
69
+cmake ..
70
+cmake --build . --config Release
71
+```
72
73
## Development
74
75
### Code Formatting
0 commit comments