Merge branch 'master' of github.com:Eiffel-World/Eiffel-Web-Framework
This commit is contained in:
12
README.md
12
README.md
@@ -4,9 +4,11 @@
|
||||
## Overview
|
||||
|
||||
Official project site for Eiffel Web Framework:
|
||||
|
||||
* http://eiffel-world.github.com/Eiffel-Web-Framework/
|
||||
|
||||
For more information please have a look at the related wiki:
|
||||
|
||||
* https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki
|
||||
|
||||
## Requirements
|
||||
@@ -22,12 +24,18 @@ For more information please have a look at the related wiki:
|
||||
* git submodule update --init
|
||||
* git submodule foreach --recursive git checkout master
|
||||
|
||||
An alternative to the last 2 instructions is to use the script from tools folder:
|
||||
|
||||
* cd tools
|
||||
* update_git_working_copy
|
||||
|
||||
Or using git version >= 1.6.5
|
||||
|
||||
* git clone --recursive https://github.com/Eiffel-World/Eiffel-Web-Framework.git
|
||||
|
||||
* And to build the required and related Clibs
|
||||
** cd contrib/ise_library/curl
|
||||
** geant compile
|
||||
* cd contrib/ise_library/curl
|
||||
* geant compile
|
||||
|
||||
## Libraries under 'library'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user