Commit 53abb66366b5fba3d9bf9cd418d07bf12c674ee7

Authored by André Breves
1 parent 1a73df6b

Add build instructions for macOS

Showing 1 changed file with 24 additions and 0 deletions   Show diff stats
README.md
... ... @@ -44,3 +44,27 @@ sudo zypper ref
44 44 wget https://github.com/PerryWerneck/pw3270/blob/master/win/pack.sh
45 45 ./pack.sh --pre-reqs
46 46 ```
  47 +
  48 +Building for macOS (using homebrew)
  49 +===================================
  50 +
  51 +1. Build and install [libv3270](../../../libv3270)
  52 +
  53 +2. Install additional dependencies
  54 +
  55 + ```shell
  56 + $ brew install adwaita-icon-theme imagemagick
  57 + ```
  58 +
  59 +3. Configure and build
  60 +
  61 + ```shell
  62 + $ ./autogen.sh
  63 + $ make all
  64 + ````
  65 +
  66 +4. Create app bundle
  67 +
  68 + ```shell
  69 + $ cd macos
  70 + $ ./bundle
... ...