Skip to content
Snippets Groups Projects
Commit e16c0f33 authored by Anton Danilov's avatar Anton Danilov
Browse files

added formatting

parent bbac8171
Branches
Tags
No related merge requests found
......@@ -14,7 +14,9 @@ git submodule update --init --recursive
<br />
Tablexia can be build by running the command:
`./gradlew build`
```
./gradlew build
```
This will build all versions of application (Android, iOS, desktop). It will work only on OS X systems, as iOS application can be build only there.
<br />
......@@ -24,17 +26,23 @@ For building specific version of application, run following commands:
<br />
<b>Android version</b>
`./gradlew android:build`
```
./gradlew android:build
```
<br />
<b>iOS version</b>
`./gradlew ios:build`
```
./gradlew ios:build
```
<br />
<b>Desktop version</b>
`./gradlew desktop:build`
```
./gradlew desktop:build
```
<br />
Final result of building application for each platform are 2 build types: DEVEL and DEBUG.
......@@ -120,6 +128,9 @@ Atlas files
Packed .zip files
<br />
In order to have these assets in application, .zip files has to be copied into this folder:
In order to have these assets in application, .zip files has to be copied into this folder:
`tablexia/android/assets/.tablexia_devel/download`
<br />
This applies only for desktop version.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment