-
Notifications
You must be signed in to change notification settings - Fork 0
Requirements
Johannes B. Steffens edited this page Feb 26, 2018
·
2 revisions
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:
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 fromDefault
toInstall
- In Cygwin-Setup: Select View
- After installation completed successfully, you can build Beth and dependent projects in a cygwin-terminal.