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 35abc5b commit ed5eb99Copy full SHA for ed5eb99
README.md
@@ -48,8 +48,6 @@ git clone https://github.com/libnativeapi/nativeapi.git
48
cd nativeapi
49
```
50
51
-#### Linux/macOS
52
-
53
```bash
54
# Create build directory
55
mkdir build
@@ -60,18 +58,6 @@ cmake ..
60
58
cmake --build . --config Release
61
59
62
63
-#### Windows
64
65
-```powershell
66
-# Create build directory
67
-mkdir build
68
-cd build
69
70
-# Configure and build
71
-cmake ..
72
-cmake --build . --config Release
73
-```
74
75
## Development
76
77
### Code Formatting
0 commit comments