when comping the examples, encounter the following error:
./src/util/ioutil.hpp:35:18: fatal error: zlib.h: No such file or directorycompilation terminated.
Solve:
Run
sudo apt-get install build-essential
sudo apt-get install zlib1g-dev
and then make again!
uj5u.com熱心網友回復:
打開終端視窗,執行以下3條命令:sudo apt-get install build-essential
sudo apt-get install zlib1g-dev
make
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/72760.html
標籤:數據庫及相關技術
