本文首发于个人博客https://kezunlin.me/post/1cd6a04d/,欢迎阅读最新内容! tutorial to compile and install mplack on ubuntu 16.04 Guide mlpack: a scalable C++ machine learning library dependencies Armadillo >= 6.500.0 Boost CMake >= 3.3.2 Armadillo: c++ linear algebra l…
错误如下: no terminal library foundchecking for tgetent()... configure: error: NOT FOUND! You need to install a terminal library; for example ncurses. Or specify the name of the library with --with-tlib. 需要安装libncurses5-dev,但是为了编译AOSP已经先安装了libn…