소스 검색

Merge branch 'master' of https://github.com/Stasik0/Open62541

FlorianPalm 11 년 전
부모
커밋
eb8a79c138
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -5,9 +5,19 @@ An open communication stack implementation of OPC UA.
 
 # Getting dependencies
 ### Ubuntu
+##### Getting gcc toolchain:
 ```bash
-sudo apt-get install build-essential check
+sudo apt-get install build-essential subversion git
 ```
+##### Getting check unit test framework:
+```bash
+$ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
+$ autoreconf --install
+$ ./configure
+$ make
+$ make install
+```
+
 ### Windows
 ##### Getting MinGW and MSYS:
 * Get the latest MinGW installer: http://sourceforge.net/projects/mingw/files/latest/download?source=files