mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
updated Settings submodule, added setup-wasi-linux.sh to make bootstrap
This commit is contained in:
parent
cb7aca3fca
commit
54b425f677
4 changed files with 4 additions and 3 deletions
1
Makefile
1
Makefile
|
@ -92,6 +92,7 @@ bootstrap : $(lw_source_dir)
|
||||||
(sudo apt -y install $(debs); true)
|
(sudo apt -y install $(debs); true)
|
||||||
(sudo rpm -y install $(rpms); true)
|
(sudo rpm -y install $(rpms); true)
|
||||||
(cd $(lw_source_dir) && MOZBUILD_STATE_PATH=$$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser)
|
(cd $(lw_source_dir) && MOZBUILD_STATE_PATH=$$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser)
|
||||||
|
./scripts/setup-wasi-linux.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ We have Gitter / Matrix rooms, and on the website we have links to the various i
|
||||||
```
|
```
|
||||||
git clone --recursive https://gitlab.com/librewolf-community/browser/source.git
|
git clone --recursive https://gitlab.com/librewolf-community/browser/source.git
|
||||||
```
|
```
|
||||||
or Git:
|
or ssh:
|
||||||
```
|
```
|
||||||
git clone --recursive git@gitlab.com:librewolf-community/browser/source.git
|
git clone --recursive git@gitlab.com:librewolf-community/browser/source.git
|
||||||
```
|
```
|
||||||
|
|
|
@ -24,7 +24,7 @@ We have Gitter / Matrix rooms, and on the website we have links to the various i
|
||||||
```
|
```
|
||||||
git clone --recursive https://gitlab.com/librewolf-community/browser/source.git
|
git clone --recursive https://gitlab.com/librewolf-community/browser/source.git
|
||||||
```
|
```
|
||||||
or Git:
|
or ssh:
|
||||||
```
|
```
|
||||||
git clone --recursive git@gitlab.com:librewolf-community/browser/source.git
|
git clone --recursive git@gitlab.com:librewolf-community/browser/source.git
|
||||||
```
|
```
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3a37e084e99e48e4bef59e5a6d5da57739554b58
|
Subproject commit 0fc1ff53c99379d9d4625de65ea51287d57a0a3a
|
Loading…
Reference in a new issue