You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,12 @@ To build the boinc-native-app application, follow these steps:
24
24
cd boinc-native-app
25
25
```
26
26
2. Bootstrap the project:
27
+
27
28
For Unix-like systems (Linux, macOS):
28
29
```bash
29
30
./bootstrap.sh
30
31
```
32
+
31
33
For Windows:
32
34
```bash
33
35
bootstrap.bat
@@ -54,10 +56,13 @@ To build the boinc-native-app application, follow these steps:
54
56
## Building the boinc-native-app application using GitHub Actions (for release)
55
57
56
58
This repository includes a GitHub Actions workflow that automates the build process for multiple platforms. The workflow is defined in the `.github/workflows/build.yml` file.
59
+
57
60
To trigger the build process using GitHub Actions, simply push your changes to the repository or create a pull request. The workflow will automatically run and build the application for the specified platforms.
61
+
58
62
The build artifacts will be available in the "Actions" tab of the repository once the workflow completes.
63
+
59
64
It is recommended to fork the repository and enable GitHub Actions in your fork to customize the build process or add additional platforms.
60
65
61
66
## Modifying the boinc-native-app application
62
67
63
-
You can modify the source code of the boinc-native-app application. After making changes (including updating the CMakelists.txt file), follow the build steps outlined above to compile the updated application.
68
+
You can modify the source code of the boinc-native-app application. After making changes (including updating the `CMakelists.txt` file), follow the build steps outlined above to compile the updated application.
0 commit comments