Skip to content

Create a Mac bundle #3

Description

@kovzol

The following steps will build a working Mac version:

  1. Install homebrew (see https://brew.sh/ for details).
  2. Get Aris source code (e.g. by running git clone https://github.com/kovzol/aris in the Terminal).
  3. Get the required dependencies by running brew install pkg-config cairo cmake coreutils gtk+3 pango in the Terminal.
  4. Change your working directory where you downloaded Aris source code:
    • create a subfolder in the Terminal: mkdir cbuild,
    • change your working directory to the new folder: cd cbuild,
    • configure cmake by issuing cmake .. -DCMAKE_EXE_LINKER_FLAGS="-L/usr/local/lib" -DCMAKE_SHARED_LINKER_FLAGS="-L/usr/local/lib",
    • build Aris by issuing make,
    • run Aris by typing ./aris.

This will work only if you have homebrew installed. This ticket asks for an independent package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions