Luboš Doležel
|
8acaabf8ad
|
Merge pull request #6 from Newbytee/patch-2
Add libdbus-1-dev to Debian 10 dependencies
|
2020-05-07 09:52:00 +02:00 |
|
Luboš Doležel
|
c04dd47e1d
|
Merge branch 'master' into patch-2
|
2020-05-07 09:51:53 +02:00 |
|
Luboš Doležel
|
f0d7b7892f
|
Merge pull request #5 from Newbytee/patch-1
Add gcc-multilib to Debian 10 dependencies
|
2020-05-07 09:50:41 +02:00 |
|
TheBrokenRail
|
83f490b8c6
|
Add Ubuntu 20.04
|
2020-05-04 17:18:54 -04:00 |
|
CuriousTommy
|
4a1462f3a0
|
Add libglu1-mesa-dev for Ubuntu 18.04
|
2020-05-03 20:04:08 -07:00 |
|
CuriousTommy
|
7eca1d33f2
|
Merge pull request #7 from facekapow/patch-1
Add `libbsd` to Arch build requirements
|
2020-04-17 10:37:00 -07:00 |
|
Ariel Abreu
|
6addf7c542
|
Add libbsd to Arch build requirements
|
2020-04-17 13:31:38 -04:00 |
|
Newbyte
|
022cd80cd8
|
Add libdbus-1-dev to Debian 10 dependencies
Build fails when building https://github.com/darlinghq/darling-dbuskit without this.
|
2020-04-17 13:08:31 +02:00 |
|
Newbyte
|
fa8392cbdb
|
Add gcc-multilib to Debian 10 dependencies
Without this, compilation failed on `libelfloader/native/elfcalls.c` not finding `asm/errno.h`.
|
2020-04-17 11:25:13 +02:00 |
|
Sergey Bugaev
|
60f9aada35
|
Merge pull request #4 from TheBrokenRail/patch-1
Add Packaging Docs
|
2020-04-16 22:41:48 +03:00 |
|
TheBrokenRail
|
11eff33d27
|
Fix Backticks
|
2020-04-16 14:17:48 -04:00 |
|
TheBrokenRail
|
42dbc0cced
|
Update packaging.md
|
2020-04-16 14:17:00 -04:00 |
|
TheBrokenRail
|
bee23d97c7
|
Update SUMMARY.md
|
2020-04-16 14:13:17 -04:00 |
|
TheBrokenRail
|
3e1b5448a6
|
Create packaging.md
|
2020-04-16 14:12:34 -04:00 |
|
Luboš Doležel
|
802c58fb1f
|
Merge pull request #3 from Newbytee/patch-1
Add dbus-devel to Fedora/CentOS dependencies
|
2020-04-16 16:39:32 +02:00 |
|
Newbyte
|
4ce95322e6
|
Add dbus-devel to Fedora/CentOS dependencies
CMake complained about this being missing (but still went through), however build did not succeed without this installed.
|
2020-04-16 16:37:58 +02:00 |
|
Luboš Doležel
|
1cc187f444
|
Fix a typo
|
2020-04-15 13:04:10 +02:00 |
|
Andrew Hyatt
|
e8a0156cb6
|
Recommend clang-9 for Debian Testing
clang-7 is no longer available and clang-8 doesn't work
|
2020-04-14 18:09:54 -04:00 |
|
Luboš Doležel
|
2a35f19814
|
New link to an LLDB build
|
2020-04-13 12:57:42 +02:00 |
|
Luboš Doležel
|
cab128991d
|
Update high-priority-stuff.md
|
2020-04-09 21:13:05 +02:00 |
|
Luboš Doležel
|
596d9ee346
|
Update high-priority-stuff.md
|
2020-04-09 21:12:22 +02:00 |
|
Luboš Doležel
|
e61fa1b0c5
|
Update thread-implementation.md
|
2020-04-09 21:10:12 +02:00 |
|
Luboš Doležel
|
7584c72df7
|
Update "Containerization" to reflect the current state
|
2020-04-09 21:08:04 +02:00 |
|
Luboš Doležel
|
6b0c27e92e
|
Remove the mention of Go apps not working
|
2020-04-09 21:04:58 +02:00 |
|
Luboš Doležel
|
c8ebd3222f
|
Update loader.md to reflect the current state of things
|
2020-04-09 21:02:04 +02:00 |
|
Luboš Doležel
|
db286e2c62
|
Add resources section into mach-exceptions.md
|
2020-04-09 18:31:31 +02:00 |
|
Luboš Doležel
|
0fb406a3f1
|
Add Mach exceptions into the document tree
|
2020-04-09 18:30:21 +02:00 |
|
Luboš Doležel
|
ae9d6566a2
|
Move stuff from debugging.md
|
2020-04-09 18:29:46 +02:00 |
|
Luboš Doležel
|
72ce3a696d
|
Move technical details away from debugging.md
|
2020-04-09 18:28:10 +02:00 |
|
Luboš Doležel
|
a65aafd00f
|
Extend info on Mach exception & BSD signal interaction
|
2020-04-09 12:18:52 +02:00 |
|
CuriousTommy
|
4d15020a6f
|
Arch/Manjaro: Install libavresample from AUR
|
2020-04-07 16:12:41 -07:00 |
|
Luboš Doležel
|
73688972bb
|
Merge pull request #2 from Newbytee/patch-1
Add libXrandr-devel to Fedora/CentOS dependency list
|
2020-04-04 19:06:39 +02:00 |
|
Newbyte
|
9d47cbdd74
|
Add libXrandr-devel to Fedora/CentOS dependency list
This is not installed by default on Fedora 32 Workstation beta at the very least, and CMake fails without it.
|
2020-04-04 18:54:46 +02:00 |
|
Sergey Bugaev
|
d626074682
|
Fix https links
|
2020-04-04 16:26:29 +03:00 |
|
Luboš Doležel
|
6d4ce48a80
|
Provide a link to the GitHub repo
|
2020-04-04 14:29:06 +02:00 |
|
Luboš Doležel
|
5c1bc6c748
|
Update README.md
|
2020-04-04 14:25:38 +02:00 |
|
Luboš Doležel
|
663e498952
|
Create using-darling.md
|
2020-04-04 14:24:39 +02:00 |
|
Luboš Doležel
|
bb90531a65
|
SUMMARY: Add intro page
|
2020-04-04 14:23:34 +02:00 |
|
Luboš Doležel
|
f2408218ed
|
Update book.toml
|
2020-04-04 14:21:25 +02:00 |
|
Luboš Doležel
|
3b2f1cab45
|
Create README.md
|
2020-04-04 14:19:57 +02:00 |
|
Luboš Doležel
|
1dcb1862b9
|
Fix a link in SUMMARY.md
|
2020-04-04 14:18:09 +02:00 |
|
Sergey Bugaev
|
1a7b92f291
|
Fix Markdown conversion
|
2020-04-04 15:07:24 +03:00 |
|
Lubos Dolezel
|
c2e8d9b7f4
|
Import from dokuwiki
|
2020-04-03 22:13:14 +02:00 |
|