An open API service indexing awesome lists of open source software.

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

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
```