aboutsummaryrefslogtreecommitdiff
path: root/Manual.md
diff options
context:
space:
mode:
authorFelix Weinrank <info@weinrank.net>2015-09-02 23:16:30 +0200
committerFelix Weinrank <info@weinrank.net>2015-09-02 23:16:30 +0200
commitc2994d8e04a46741e120fcf21b6b51471b061a63 (patch)
tree5db0e1432dec9055f3f7a5274db255dd89967e93 /Manual.md
parent649c47bc2e554a77057d1961d814e9dc8d550232 (diff)
downloadusrsctp-c2994d8e04a46741e120fcf21b6b51471b061a63.tar.gz
Update CMAKE manual
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/Manual.md b/Manual.md
index 39237d5b..5d5a4304 100644
--- a/Manual.md
+++ b/Manual.md
@@ -11,12 +11,11 @@ The user-land stack has been tested on FreeBSD 10.0, Ubuntu 11.10, Windows 7, Ma
### Building the Library and the Applications
#### CMake
-Create a directory outside the `usrsctp`, enter it and let CMake generate files by typing
-
+Create a directory outside the `usrsctp` directory, enter it and generate files by typing
+
$ cmake <path-to-usrsctp-sources>
-
-in the created directory to start generating project files.
-By using the `-g`flag you can specify the target buildsystem e.g. `cmake -G Xcode ../usrsctp` will generate project files for an Xcode project.
+
+By using the `-g`flag you can specify the target buildsystem e.g. `cmake -G Xcode ../usrsctp` will generate project files for Xcode.
#### Unix-like Operating Systems
In the folder `usrsctp` type