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 668B

6 years ago
6 years ago
12345678910111213141516171819202122232425262728293031
  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. ## Mac OS
  8. TODO: it's not on brew right now
  9. ## Windows
  10. TODO: i have no clue whatsoever about packages in Windows
  11. ## Archlinux
  12. TODO: add a `gutenberg-bin` in AUR and explain how to install it
  13. ## From source
  14. To build it from source, you will need to have Git, [Rust and Cargo](https://www.rust-lang.org/en-US/)
  15. installed.
  16. From a terminal, you can now run the following command:
  17. ```bash
  18. $ cargo build --release
  19. ```
  20. The binary will be available in the `target/release` folder.