mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
Libraries: Add LibMarkdown
This commit is contained in:
parent
dd5541fefc
commit
2e80b2b32f
17 changed files with 711 additions and 1 deletions
8
Libraries/LibMarkdown/install.sh
Executable file
8
Libraries/LibMarkdown/install.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
SERENITY_ROOT=../../
|
||||
|
||||
mkdir -p $SERENITY_ROOT/Root/usr/include/LibMarkdown/
|
||||
cp *.h $SERENITY_ROOT/Root/usr/include/LibMarkdown/
|
||||
cp libmarkdown.a $SERENITY_ROOT/Root/usr/lib/
|
Loading…
Add table
Add a link
Reference in a new issue