Browse Source

clean up empty files

Julius Pfrommer 10 years ago
parent
commit
5e554bcdb3
6 changed files with 2 additions and 12 deletions
  1. 0 1
      AUTHORS
  2. 0 1
      COPYING
  3. 0 0
      ChangeLog
  4. 0 1
      NEWS
  5. 0 0
      README
  6. 2 9
      README.md

+ 0 - 1
AUTHORS

@@ -1 +0,0 @@
-

+ 0 - 1
COPYING

@@ -1 +0,0 @@
-<Place your desired license here.>

+ 0 - 0
ChangeLog


+ 0 - 1
NEWS

@@ -1 +0,0 @@
-Sample NEWS file for OPCUAServer project.

+ 0 - 0
README


+ 2 - 9
README.md

@@ -70,19 +70,11 @@ $ make all
 $ svn checkout svn://svn.code.sf.net/p/check/code/trunk check-code
 $ cd check-code
 $ autoreconf --install
-$ ./configure --prefix=
+$ ./configure
 $ make
 $ make install
 ```
 
-##### Get Pyhton with lxml module
-* [TBD]
-
-## Clone open62541
-```bash
-$ git clone https://github.com/acplt/open62541.git
-```
-
 ## Building 
 * use autogen.sh only first time and whenever aclocal.m4 or configure.ac were modified
 ```bash
@@ -92,6 +84,7 @@ $ ./configure --enable-debug=yes
 $ make
 $ make check
 ```
+
 ### Configure Options 
 * --enable-debug=(yes|no|verbose) - omit/include debug code
 * --enable-multithreading - enable pthreads (for examples/src/opcuaServerMT)