You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

installation.md 985B

7 years ago
7 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041
  1. +++
  2. title = "Installation"
  3. weight = 1
  4. +++
  5. Gutenberg provides pre-built binaries for Mac OS, Linux and Windows on the
  6. [Github release page](https://github.com/Keats/gutenberg/releases).
  7. ## MacOS
  8. Gutenberg is not currently available on Homebrew at the moment.
  9. If you can help package it, please comment on https://github.com/Keats/gutenberg/issues/12
  10. if you encounter any issues.
  11. ## Windows
  12. I am not aware of the package management state in Windows.
  13. If you can help package it, please comment on https://github.com/Keats/gutenberg/issues/12
  14. if you encounter any issues.
  15. ## Archlinux
  16. Use your favourite AUR helper to install the `gutenberg-bin` package.
  17. ```bash
  18. $ yaourt -S gutenberg-bin
  19. ```
  20. ## From source
  21. To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/en-US/)
  22. installed.
  23. From a terminal, you can now run the following command:
  24. ```bash
  25. $ cargo build --release
  26. ```
  27. The binary will be available in the `target/release` folder.