mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-29 17:15:39 +00:00
update build local
This commit is contained in:
parent
d088aebd77
commit
b740065116
|
@ -47,7 +47,7 @@ You can also create your own branch with
|
||||||
git checkout -b branchname
|
git checkout -b branchname
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build locally via bash script
|
### Build locally via bash script & install hooks
|
||||||
|
|
||||||
Although it possible to build via this method. Option 2 is more reliable and has more options for tracking and restarting the build if required.
|
Although it possible to build via this method. Option 2 is more reliable and has more options for tracking and restarting the build if required.
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@ Looking at the local build process is good to look at how the build process work
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
developer_toolbox/build_retrodeck_locally.sh
|
developer_toolbox/build_retrodeck_locally.sh
|
||||||
|
developer_toolbox/install_hooks.sh
|
||||||
```
|
```
|
||||||
Have a look at what the script does first and look at the corresponding automation_tools/ folder that the script above references for the build
|
|
||||||
|
|
||||||
The build will take about 3 hours on an eight core pc/laptop.
|
The build will take about 3 hours on an eight core pc/laptop.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue