Add dockerfile to build ubuntu version

This commit is contained in:
David Kennedy S. A
2018-03-21 01:54:10 -03:00
parent 4007980c0c
commit 9142a096df
2 changed files with 40 additions and 0 deletions

View File

@@ -36,6 +36,15 @@ In short, if you need to compile OTClient, follow these tutorials:
* [Compiling on Linux](https://github.com/edubart/otclient/wiki/Compiling-on-Linux)
* [Compiling on OS X](https://github.com/edubart/otclient/wiki/Compiling-on-Mac-OS-X)
### Build and run with Docker
To build and run the client without copile by hand:
```
./build.sh
./run.sh
```
The build step should be run just when something on implementation changes.
### Need help?