Browse Source

adapted README to cope with the new version of check

Sten 11 years ago
parent
commit
5eac2e1495
1 changed files with 13 additions and 1 deletions
  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