Add files via upload in Doc- Dutch translation

Add Dutch translation
This commit is contained in:
FastAct
2023-03-14 10:55:52 +01:00
committed by GitHub
parent d240bc7294
commit cdb329be98
5 changed files with 216 additions and 3 deletions

15
docs/DEVCONTAINER-NL.md Normal file
View File

@@ -0,0 +1,15 @@
Na de start van devcontainer in docker container wordt een linux binaire in foutmodus aangemaakt.
Momenteel biedt devcontainer linux en android builds in zowel foutopsporing- als uitgave modus.
Hieronder staat de tabel met commando's die vanuit de root van het project moeten worden
uitgevoerd om specifieke builds te maken.
Commando|Build Type|Modus
-|-|-|
`.devcontainer/build.sh --debug linux`|Linux|debug
`.devcontainer/build.sh --release linux`|Linux|release
`.devcontainer/build.sh --debug android`|android-arm64|debug
`.devcontainer/build.sh --release android`|android-arm64|debug