I hereby claim:
- I am lbr77 on github.
- I am lbr77 (https://keybase.io/lbr77) on keybase.
- I have a public key whose fingerprint is 5662 9CE9 1E3C 4E14 9421 F81F B7CB C14B 9515 95E9
To claim this, I am signing this object:
| 🚫 啊哦,最近好像没有玩过游戏呢 |
I hereby claim:
To claim this, I am signing this object:
| # Dockerfile to build aria2 Windows binary using ubuntu mingw-w64 | |
| # cross compiler chain. | |
| # | |
| # $ sudo docker build -t aria2-mingw - < Dockerfile.mingw | |
| # | |
| # After successful build, windows binary is located at | |
| # /aria2/src/aria2c.exe. You can copy the binary using following | |
| # commands: | |
| # | |
| # $ id=$(sudo docker create aria2-mingw) |