Update README.md

This commit is contained in:
Jocelyn Fiat
2013-07-30 16:06:06 +02:00
parent 09f32e7025
commit 2c3d5b6f59

View File

@@ -15,25 +15,15 @@ For download, check
* https://github.com/EiffelWebFramework/EWF/downloads * https://github.com/EiffelWebFramework/EWF/downloads
## Requirements ## Requirements
* Compiling from EiffelStudio 7.0 * Compiling from EiffelStudio 7.2
* Developped using EiffelStudio 7.1 (on Windows, Linux) * Developped using EiffelStudio 7.3 (on Windows, Linux)
* Tested using EiffelStudio 7.1 with "jenkins" CI server (not anymore compatible with 6.8 due to use of `TABLE_ITERABLE') * 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) ) * 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? ## How to get the source code?
Using git version >= 1.6.5 Using git
* git clone --recursive https://github.com/EiffelWebFramework/EWF.git
Otherwise, try
* git clone https://github.com/EiffelWebFramework/EWF.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 * And to build the required and related Clibs
* cd contrib/ise_library/cURL * cd contrib/ise_library/cURL