]> git.lizzy.rs Git - rudp.git/blobdiff - README
Switch to CMake
[rudp.git] / README
diff --git a/README b/README
index ac835b32ddcbe32af808165c4341fc642ea478b0..d52126f2aaa7cae9107b02a88bba4d7749ded8a7 100644 (file)
--- a/README
+++ b/README
@@ -9,24 +9,3 @@ A simple implementation of Reliable UDP.
 3) Two logical channels(send/recv queue) in one connection
 4) Safe for multiple threads
 5) Compiled on Linux/Windows
-
-2. Compile
-
-1) Generate library:
-
-# make
-
-2) Generate test
-
-# make test
-
-3. Install
-
-You need to copy following header files to your project:
-
-  basetype.h
-  platform-adpt.h
-  rudp.h
-
-plus the library file:
-  XXX/librudp.a