diff --git a/README.md b/README.md index e52fc08a..282d281e 100644 --- a/README.md +++ b/README.md @@ -15,25 +15,15 @@ For download, check * https://github.com/EiffelWebFramework/EWF/downloads ## Requirements -* Compiling from EiffelStudio 7.0 -* Developped using EiffelStudio 7.1 (on Windows, Linux) -* Tested using EiffelStudio 7.1 with "jenkins" CI server (not anymore compatible with 6.8 due to use of `TABLE_ITERABLE') +* Compiling from EiffelStudio 7.2 +* Developped using EiffelStudio 7.3 (on Windows, Linux) +* Tested using EiffelStudio 7.2 with "jenkins" CI server (not anymore compatible with 6.8 due to use of `TABLE_ITERABLE') * The code have to allow __void-safe__ compilation and non void-safe system (see [more about void-safety](http://docs.eiffel.com/book/method/void-safe-programming-eiffel) ) ## How to get the source code? -Using git version >= 1.6.5 -* git clone --recursive https://github.com/EiffelWebFramework/EWF.git - -Otherwise, try +Using git * git clone https://github.com/EiffelWebFramework/EWF.git -* cd Eiffel-Web-Framework -* 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 * And to build the required and related Clibs * cd contrib/ise_library/cURL