Update readme.md
This commit is contained in:
parent
7033703951
commit
1081a1a2ff
@ -1,17 +1,16 @@
|
|||||||
Lazarus Build VM for Windows Applications
|
Lazarus Build VM for Windows Applications
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
- [Introduction](#introduction)
|
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Quick Start](#quick-start)
|
- [Compiling your Application](#compiling_your_application)
|
||||||
|
|
||||||
With this Docker image you can build Lazarus Applications without installing Lazarus or Freepascal
|
With this Docker image you can build Lazarus Applications without installing Lazarus or Freepascal
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/cutec/buildhost-lazarus-windows/)
|
Automated builds of the image are available on [Dockerhub](https://hub.docker.com/r/krak/lazarus-build-windows/)
|
||||||
|
|
||||||
# Compiling your Application
|
# Compiling your Application
|
||||||
```bash
|
```bash
|
||||||
docker run -it --rm -v ~/myApp:/root/app cutec/buildhost-lazarus-windows lazbuild /root/app/myApp.lpi
|
docker run -it --rm -v ~/myApp:/root/app krak/lazarus-build-windows lazbuild /root/app/myApp.lpi
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user