mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Include compilation information in developer_reference.
Took 19 minutes Took 2 minutes
This commit is contained in:
parent
749afadf0f
commit
d8e103466d
8 changed files with 836 additions and 2 deletions
|
|
@ -0,0 +1,24 @@
|
|||
@page compilation_index Building
|
||||
|
||||
# Compiling Cockatrice
|
||||
|
||||
OS-Specific instructions are available at their respective pages:
|
||||
|
||||
- **@subpage compilation_linux**
|
||||
- **@subpage compilation_macos**
|
||||
- **@subpage compilation_windows**
|
||||
|
||||
<br>
|
||||
|
||||
We also have installation instructions for some unsupported operating systems:
|
||||
|
||||
- @subpage compilation_android
|
||||
- @subpage compilation_chromebooks
|
||||
|
||||
<br>
|
||||
|
||||
**Official** ready-to-install binaries are hosted on [GitHub Releases](https://github.com/Cockatrice/Cockatrice/releases), both [stable](https://github.com/Cockatrice/Cockatrice/releases/latest) and [beta](https://github.com/Cockatrice/Cockatrice/releases) versions are available here.<br>
|
||||
These are provided for several big operating systems, make sure the package matches the version of your operating system.<br>
|
||||
Please check the [release notes](https://github.com/Cockatrice/Cockatrice/releases/latest) and our [official website](https://cockatrice.github.io) for more information.
|
||||
|
||||
**Unofficial** installation sources as an alternative to our packages are listed on our [[Unofficial Developer Builds]] page.
|
||||
Loading…
Add table
Add a link
Reference in a new issue