Skip to content

Commit 70cd711

Browse files
committed
Update build instructions for all platforms
Added separate build instructions for Linux/macOS and Windows to the README for improved clarity and guidance.
1 parent 22b0690 commit 70cd711

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ sudo dnf install gtk3-devel
4545
git clone https://github.com/libnativeapi/nativeapi.git
4646
cd nativeapi
4747
```
48+
49+
#### Linux/macOS
50+
4851
```bash
4952
# Create build directory
5053
mkdir build
@@ -55,6 +58,18 @@ cmake ..
5558
cmake --build . --config Release
5659
```
5760

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+
5873
## Development
5974

6075
### Code Formatting

0 commit comments

Comments
 (0)