mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Merge branch 'master' into repo-fs-config
This commit is contained in:
commit
de52adc32f
@ -215,7 +215,9 @@ You can see the most common questions and problems on the [Developer FAQ](https:
|
||||
|
||||
## Porting Software
|
||||
|
||||
You can read how to use the Cookbook recipe system to port applications on the [Porting Applications using Recipes](https://doc.redox-os.org/book/porting-applications.html) page.
|
||||
You can read how to use the Cookbook recipe system to port applications on the [Application Porting](https://doc.redox-os.org/book/porting-applications.html) page.
|
||||
|
||||
**Always verify if a recipe for your program or library already exist before porting to not break the build system with a recipe duplication or waste time.**
|
||||
|
||||
## Libraries and APIs
|
||||
|
||||
|
||||
@ -11,6 +11,7 @@ filesystem_size = 2048
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
feh = {}
|
||||
gtk3 = {}
|
||||
htop = {}
|
||||
libnettle = {}
|
||||
@ -97,4 +98,5 @@ X "${DISPLAY}" -verbose 6 &
|
||||
sleep 1
|
||||
twm &
|
||||
xterm &
|
||||
feh --bg-max --no-fehbg --randomize /ui/background.jpg &
|
||||
"""
|
||||
|
||||
2
relibc
2
relibc
@ -1 +1 @@
|
||||
Subproject commit c2eed49e2db695b4da09a7becd096183b809b075
|
||||
Subproject commit a33bb699e69e023a9ed070c758aeeafa50913814
|
||||
Loading…
Reference in New Issue
Block a user