Merge branch 'master' of github.com:Eiffel-World/Eiffel-Web-Framework

This commit is contained in:
Jocelyn Fiat
2011-12-12 18:57:09 +01:00

View File

@@ -4,9 +4,11 @@
## Overview ## Overview
Official project site for Eiffel Web Framework: Official project site for Eiffel Web Framework:
* http://eiffel-world.github.com/Eiffel-Web-Framework/ * http://eiffel-world.github.com/Eiffel-Web-Framework/
For more information please have a look at the related wiki: For more information please have a look at the related wiki:
* https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki * https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki
## Requirements ## Requirements
@@ -22,12 +24,18 @@ For more information please have a look at the related wiki:
* git submodule update --init * git submodule update --init
* git submodule foreach --recursive git checkout master * 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 Or using git version >= 1.6.5
* git clone --recursive https://github.com/Eiffel-World/Eiffel-Web-Framework.git * git clone --recursive https://github.com/Eiffel-World/Eiffel-Web-Framework.git
* And to build the required and related Clibs * And to build the required and related Clibs
** cd contrib/ise_library/curl * cd contrib/ise_library/curl
** geant compile * geant compile
## Libraries under 'library' ## Libraries under 'library'