浏览代码

split install packages

uleon 10 年之前
父节点
当前提交
ea1e9930ce
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -12,11 +12,15 @@ An open-source communication stack implementation of OPC UA (OPC Unified Archite
 ### Ubuntu
 ##### Getting gcc toolchain:
 ```bash
-sudo apt-get install build-essential subversion git autoconf libtool texinfo python-lxml 
+sudo apt-get install build-essential subversion git autoconf libtool texinfo
 ```
-##### Getting toolchain for tools:
+##### Getting python toolchain for the 62541 structures code generator:
 ```bash
-sudo apt-get install expat libexpat1-dev
+sudo apt-get install python python-lxml 
+```
+##### Getting additional libraries:
+```bash
+sudo apt-get expat libexpat1-dev
 ```
 ##### Getting and installing *check* as unit test framework (http://check.sourceforge.net/):
 ```bash