Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Add MacOS specific installation notes #272

Open
tjtelan opened this issue Jan 16, 2021 · 0 comments
Open

Add MacOS specific installation notes #272

tjtelan opened this issue Jan 16, 2021 · 0 comments

Comments

@tjtelan
Copy link
Member

tjtelan commented Jan 16, 2021

Most of this issue is to address the bad experience I had with trying to compile orbital on MacOS 11.1.

  = note: ld: library not found for -lpq
          clang: error: linker command failed with exit code 1 (use -v to see invocation)
          

error: aborting due to previous error

error: could not compile `orb`

Which I fixed by installing postgres via homebrew (Installing libpq did not solve).

brew install postgres


I also needed to install mariadb via homebrew in order to install diesel_cli for the database migrations.

brew install mariadb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant