Cockatrice/doc/doxygen-extra-pages/developer_documentation/compilation/index.md
Lukas Brübach d8e103466d Include compilation information in developer_reference.
Took 19 minutes

Took 2 minutes
2025-09-28 09:39:11 +02:00

24 lines
1.1 KiB
Markdown

@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.