I would like to use Tag.
https://github.com/jdberry/tag
I don't have MacPorts or Homebrew and i would prefer not to install these.
Is there any way to install this without MacPorts or Homebrew? I have Xcode installed.
https://github.com/jdberry/tag
I don't have MacPorts or Homebrew and i would prefer not to install these.
Is there any way to install this without MacPorts or Homebrew? I have Xcode installed.
Prebuilt Packages
You may install tag using the following package managers:
MacPorts: sudo port install tag
Homebrew: brew install tag
Building and Installing:
You must have Xcode or the Command Line Tools installed to build/install.
To build without installing:
make
This will build tag into ./bin/tag
To build and install onto your system:
make && sudo make install
This will install tag at /usr/local/bin/tag