C++编译指南补充linux下依赖软件包

This commit is contained in:
fasiondog 2019-02-23 20:05:32 +08:00
parent ad1e4b1568
commit f4302ded5e

View File

@ -32,7 +32,7 @@ Windows下从 xmake github 页面中的“release”进入直接下载相
Linux、macOSX 执行以下指令安装:
.. code-block:: lua
.. code-block:: shell
git clone --branch=dev https://github.com/tboox/xmake.git tboox/xmake --depth 1
cd ./tboox/xmake
@ -64,6 +64,15 @@ Linux、macOSX 执行以下指令安装:
- Windows1.67
- linux、macOS1.68
5、Linux下安装依赖软件包
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Linux下需安装依赖的开发软件包hdf-dev、mysqlclient。如 Ubuntu 下,执行以下命令:
.. code-block:: shell
sudo apt-get install -y libhdf5-dev libhdf5-serial-dev libmysqlclient-dev
编译与安装
------------