aergoio / aergolite

AergoLite: Trustless SQLite Replication
https://aergolite.aergo.io
108 stars 15 forks source link

Building on Mac #1

Closed sibo7851 closed 2 years ago

sibo7851 commented 3 years ago

Expected Behavior

Build source from Mac terminal using instructions from readme

Current Behavior

apt-get doesn't exist on Mac also: libuv % ./autogen.sh ./autogen.sh: line 28: automake: command not found

Possible Solution

Not sure what the Mac specific commands would be

Steps to Reproduce

  1. Copy given instructions into Mac terminal

Context (Environment)

kroggen commented 3 years ago

Indeed.

Instead of sudo apt-get use brew to install the required tools.

You must install Homebrew before.

Then run:

brew install automake libtool readline

I don't know if the packages names are the same. Probably gcc and git are already installed. Please inform if it works.

sibo7851 commented 3 years ago

Yeah I tried with brew as well and didn't have any luck, brew is really restrictive on newer version of Mac.

kroggen commented 3 years ago

Well, this is not an AergoLite problem, but a general one. You can figure it out how to install the required tools that are listed above. Once they are installed the compilation may work. If not, please inform.

tutiplain commented 2 years ago

While this may not be a problem directly related to Aergolite, there is a problem in the README which I think should be addressed. The README instructions specify that the same commands to install will work on both Linux and Mac, while this is not the case.