The following steps will build a working Mac version:
- Install homebrew (see https://brew.sh/ for details).
- Get Aris source code (e.g. by running
git clone https://github.com/kovzol/aris in the Terminal).
- Get the required dependencies by running
brew install pkg-config cairo cmake coreutils gtk+3 pango in the Terminal.
- 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.
The following steps will build a working Mac version:
git clone https://github.com/kovzol/arisin the Terminal).brew install pkg-config cairo cmake coreutils gtk+3 pangoin the Terminal.mkdir cbuild,cd cbuild,cmake .. -DCMAKE_EXE_LINKER_FLAGS="-L/usr/local/lib" -DCMAKE_SHARED_LINKER_FLAGS="-L/usr/local/lib",make,./aris.This will work only if you have homebrew installed. This ticket asks for an independent package.