Update windows.md

Improve format for Windows build doc.
This commit is contained in:
Jiaqiang Xu 2021-06-07 16:31:59 +08:00 committed by GitHub
parent 96d209742a
commit c037587e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,13 +29,16 @@ Install and configure Qt:
## How to make msi
For example, if you want to compile seafile 8.0.0, you can package it like this.
1. First clone the libsearpc seafile seafile-client code to a directory.
First clone the libsearpc seafile seafile-client code to a directory.
```bash
git clone git@github.com:haiwen/libsearpc.git
git clone git@github.com:haiwen/seafile.git
git clone git@github.com:haiwen/seafile-client.git
```
2. Pull the code of the specified tag
Then pull the code of the specified tag and build.
```bash
cd libsearpc