brew install cmake autoconf automake libtool shtool gflags
xcode-select --install
download https://github.com/google/googletest
cd googletest-master
cmake .
make
make install
download https://github.com/microsoft/SEAL
cd SEAL
cmake .
make
make install
No comments:
Post a Comment