-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configure: error: Could not find a version of the library! #757
Comments
autoreconf -ivf && ./configure && make |
brew install autoconf automake libtool python3 boost jsoncpp |
my environment: MacOS 12.2 M1 MacBook-Pro redex % autoreconf -ivf && ./configure && make -j4 |
if you install boot by brew install boost, add an environment variable as follows you can add the library path with "--with-boost-libdir" to "configure" like this "autoreconf -ivf && ./configure --with-boost-libdir=/opt/homebrew/lib/ --enable-protobuf" |
thanks |
when i execute。 autoreconf -ivf && ./configure && make
The text was updated successfully, but these errors were encountered: