Skip to content

Requirements

Johannes B. Steffens edited this page Feb 26, 2018 · 2 revisions

Platform support

Beth requires is a POSIX (-like) environment with certain development tools (e.g. gcc, make) to be built. Some operating systems provide this natively. For Windows some extra preparation might be needed:

How to setup a POSIX environment for Beth on Windows

You can build Beth and dependent projects on Windows after setting up a POSIX environment via Cygwin as follows:

  • Visit the Cygwin-project: https://www.cygwin.com and install cygwin on your windows machine.
  • You might need to explicitly select the development package:
    • In Cygwin-Setup: Select View Category
    • Locate package Devel and switch from Default to Install
  • After installation completed successfully, you can build Beth and dependent projects in a cygwin-terminal.
Clone this wiki locally