Skip to content

Commit ed5eb99

Browse files
committed
Remove OS-specific build instructions from README
Consolidated build instructions by removing separate Linux/macOS and Windows sections. This simplifies the README and avoids duplication.
1 parent 35abc5b commit ed5eb99

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ git clone https://github.com/libnativeapi/nativeapi.git
4848
cd nativeapi
4949
```
5050

51-
#### Linux/macOS
52-
5351
```bash
5452
# Create build directory
5553
mkdir build
@@ -60,18 +58,6 @@ cmake ..
6058
cmake --build . --config Release
6159
```
6260

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-
7561
## Development
7662

7763
### Code Formatting

0 commit comments

Comments
 (0)