docs: re-added compiling instructions to CONTRIBUTING
mellbacon committed
May 29, 2023 at 11:19 UTC
21ff823400684ae3081559031999fe3da4ef58c4
1 file changed
+12
-1
CONTRIBUTING.md
+12
-1
@@ -117,4 +117,15 @@ Once you have the project built, you can run it via a desktop window.
117
yarn tauri dev
118
```
119
120
-(*Note on building for desktop: Make sure you have these [prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites) as well as [the Tauri CLI](https://tauri.app/v1/guides/getting-started/tauri-cli)*.)
\ No newline at end of file
120
+(*Note on building for desktop: Make sure you have these [prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites) as well as [the Tauri CLI](https://tauri.app/v1/guides/getting-started/tauri-cli)*.)
121
+
122
+## Compiling Nucleus
123
+
124
+To create an executable file...
125
+```bash
126
+yarn tauri build
127
+```
128
+
129
+The file should then be located in `src-tauri/target/release/Nucleus`.
130
+
131
+(*Note: this is for building a single executable for your current OS. To build for other operating systems, read [how to build a Tauri app](https://tauri.app/v1/guides/building/).*)
\ No newline at end of file