Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user