Update README.md
This commit is contained in:
parent
4c23bcd825
commit
064c23c609
1 changed files with 12 additions and 9 deletions
21
README.md
21
README.md
|
@ -15,26 +15,29 @@
|
||||||
|
|
||||||
Windows: <a href="https://ci.appveyor.com/project/timfel/stratagus"><img width="100" src="https://ci.appveyor.com/api/projects/status/github/Wargus/stratagus?branch=master&svg=true"></a>
|
Windows: <a href="https://ci.appveyor.com/project/timfel/stratagus"><img width="100" src="https://ci.appveyor.com/api/projects/status/github/Wargus/stratagus?branch=master&svg=true"></a>
|
||||||
|
|
||||||
Linux & OSX: [![Build Status](https://travis-ci.org/Wargus/stratagus.svg?branch=master)](https://travis-ci.org/Wargus/stratagus)
|
Linux: [![Build Status](https://github.com/Wargus/stratagus/actions/workflows/appimage.yml/badge.svg?branch=master)](https://github.com/Wargus/stratagus/actions/workflows/appimage.yml)
|
||||||
|
|
||||||
|
<!---
|
||||||
For Mac OS X, Stratagus comes bundled in the app bundles for Wargus, Stargus, and War1gus:
|
For Mac OS X, Stratagus comes bundled in the app bundles for Wargus, Stargus, and War1gus:
|
||||||
- Wargus: https://github.com/Wargus/stratagus/wiki/osx/Wargus.app.tar.gz
|
- Wargus: https://github.com/Wargus/stratagus/wiki/osx/Wargus.app.tar.gz
|
||||||
- War1gus: https://github.com/Wargus/stratagus/wiki/osx/War1gus.app.tar.gz
|
- War1gus: https://github.com/Wargus/stratagus/wiki/osx/War1gus.app.tar.gz
|
||||||
- Stargus: https://github.com/Wargus/stratagus/wiki/osx/Stargus.app.tar.gz
|
- Stargus: https://github.com/Wargus/stratagus/wiki/osx/Stargus.app.tar.gz
|
||||||
|
--->
|
||||||
|
|
||||||
On Ubuntu/Debian, you probably want the deb packages:
|
The latest Linux dev builds come as [AppImage](https://appimage.org/):
|
||||||
- https://launchpad.net/~stratagus/+archive/ubuntu/ppa
|
- Go to [our workflow](https://github.com/Wargus/stratagus/actions/workflows/appimage.yml?query=branch%3Amaster+event%3Apush+is%3Asuccess), click the latest run, and scroll down to download the game you want.
|
||||||
- Note that the game packages you probably want are `wargus`, `war1gus`, and `stargus`
|
|
||||||
|
For releases on Linux, you might want packages:
|
||||||
|
- Ubuntu/Debian, you might want the deb packages:
|
||||||
|
- https://launchpad.net/~stratagus/+archive/ubuntu/ppa
|
||||||
|
- Note that the game packages you probably want are `wargus`, `war1gus`, and `stargus`
|
||||||
|
- At least the OpenSUSE, Fedora, and Arch Linux communities maintain packages as well
|
||||||
|
|
||||||
For Windows, you likely want the game installers:
|
For Windows, you likely want the game installers:
|
||||||
- Wargus: https://github.com/Wargus/wargus/releases
|
- Wargus: https://github.com/Wargus/wargus/releases
|
||||||
- War1gus: https://github.com/Wargus/war1gus/releases
|
- War1gus: https://github.com/Wargus/war1gus/releases
|
||||||
- Stargus: https://github.com/Wargus/stargus/releases
|
- Stargus: https://github.com/Wargus/stargus/releases
|
||||||
|
|
||||||
If you do indeed need the Stratagus engine itself, nightly builds are available:
|
|
||||||
- Windows Installer: https://github.com/Wargus/stratagus/releases/tag/master-builds
|
|
||||||
- Ubuntu/Debian Packages: https://launchpad.net/~stratagus/+archive/ubuntu/ppa
|
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
If you want to contribute, there is a video that details how to set up a development environment on Windows using VSCode here: https://youtu.be/c1Zm7tt_QtQ
|
If you want to contribute, there is a video that details how to set up a development environment on Windows using VSCode here: https://youtu.be/c1Zm7tt_QtQ
|
||||||
|
@ -43,7 +46,7 @@ Read 'doc/index.html' for general information and license information.
|
||||||
Read 'doc/install.html' for Stratagus installation instructions.
|
Read 'doc/install.html' for Stratagus installation instructions.
|
||||||
Read 'doc/changelog.html' for the Stratagus changelog.
|
Read 'doc/changelog.html' for the Stratagus changelog.
|
||||||
|
|
||||||
The Mac and Windows builds are done on Appveyor and Travis. The Ubuntu packages
|
The Windows builds are done on Appveyor, Linux on Github Actions. The Ubuntu packages
|
||||||
are built on Launchpad:
|
are built on Launchpad:
|
||||||
- https://code.launchpad.net/~stratagus/+recipe/stratagus-github
|
- https://code.launchpad.net/~stratagus/+recipe/stratagus-github
|
||||||
- https://code.launchpad.net/~stratagus/+recipe/war1gus-github
|
- https://code.launchpad.net/~stratagus/+recipe/war1gus-github
|
||||||
|
|
Loading…
Reference in a new issue