ソースを参照

adapted README to cope with the new version of check

Sten 11 年 前
コミット
5eac2e1495
共有1 個のファイルを変更した13 個の追加1 個の削除を含む
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -5,9 +5,21 @@ 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:
+* Open MinGW\msys\1.0\msys.bat
+
+```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