Skip to content

Commit

Permalink
These additional changes complements the previous merge with instruct…
Browse files Browse the repository at this point in the history
…ions to fetch the CTK sourcecode as submodule.
  • Loading branch information
skinkie committed Jun 11, 2012
1 parent fe72eb7 commit 681b76c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/cookbook_cross_compilation.txt
Expand Up @@ -40,6 +40,9 @@ Check out the last development version of Cherokee:

----
$ git clone git://github.com/cherokee/webserver.git cherokee
$ cd cherokee
$ git submodule init
$ git submodule update
----

and execute a quite long "configure" command:
Expand Down
2 changes: 2 additions & 0 deletions doc/dev_quickstart.txt
Expand Up @@ -20,6 +20,8 @@ should be as easy as:
----
git clone git://github.com/cherokee/webserver.git ~/cherokee_dev
cd ~/cherokee_dev
git submodule init
git submodule update
./autogen.sh --enable-beta --enable-trace
make
----
Expand Down

0 comments on commit 681b76c

Please sign in to comment.