DroidFS/BUILD.md

9 lines
196 B
Markdown
Raw Normal View History

2022-06-22 22:33:47 +02:00
```
git submodule update --depth=1 --init
```
```
for i in concepts meta std range; do
ln -s /usr/include/$i $ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include;
done
```