https://github.com/gammasoft71/homebrew-xtd
macOS Homebreaw installation files for xtd
https://github.com/gammasoft71/homebrew-xtd
Last synced: 9 months ago
JSON representation
macOS Homebreaw installation files for xtd
- Host: GitHub
- URL: https://github.com/gammasoft71/homebrew-xtd
- Owner: gammasoft71
- License: mit
- Created: 2022-08-10T18:21:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T20:08:16.000Z (over 3 years ago)
- Last Synced: 2025-02-15T10:42:27.499Z (11 months ago)
- Language: Ruby
- Homepage: https://gammasoft71.wixsite.com/xtdpro
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# macOS Homebrew installation files for xtd
* [xtd.rb](xtd.rb) script to install xtd with [Homebrew](https://brew.sh/index_fr).
# project xtd
* [xtd](https://github.com/gammasoft71/xtd) project is a free open-source modern C++17 / C++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
# Install latest stable xtd version
## Install
To install xtd with homebrew. You must first install [Homebrew](https://brew.sh/index_fr) and type following commands in the Terminal:
```shell
brew tap gammasoft71/xtd
brew install xtd
```
## Uninstall
To uninstall xtd with homebrew. Type following commands in the Terminal:
```shell
bew uninstall xtd
bew untap gammasoft71/xtd
```