mirror of https://github.com/BOINC/boinc.git
Update AndroidBuildApp.md and ProtectionFromSpam.md files
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
parent
1830b94017
commit
5eed449997
|
@ -125,7 +125,7 @@ The client reports CPU architecture and capabilities, i.e. VFP and NEON support,
|
|||
|
||||
The Android NDK currently does not have a FORTRAN compiler distributed with it.
|
||||
But it is possible to build GNU Fortran (gfortran) libraries for ARM/Android using the information at
|
||||
[http://danilogiulianelli.blogspot.co.uk/2013/02/how-to-build-gcc-fortran-cross-compiler.html]
|
||||
[http://danilogiulianelli.blogspot.co.uk/2013/02/how-to-build-gcc-fortran-cross-compiler.html](http://danilogiulianelli.blogspot.co.uk/2013/02/how-to-build-gcc-fortran-cross-compiler.html)
|
||||
|
||||
## Example
|
||||
Setup the environment:
|
||||
|
|
|
@ -32,7 +32,7 @@ To prevent spam profile creation, [reCAPTCHA](http://recaptcha.net/) system can
|
|||
For every profile modification it displays an image containing text,
|
||||
which is recognizable to humans but not computers.
|
||||
|
||||
In order to use reCAPTCHA, to register your web site on [http://www.google.com/recaptcha] and get a pair of keys.
|
||||
In order to use reCAPTCHA, to register your web site on [http://www.google.com/recaptcha](http://www.google.com/recaptcha) and get a pair of keys.
|
||||
Add these keys to config.xml:
|
||||
```
|
||||
<recaptcha_public_key>Site key</recaptcha_public_key>
|
||||
|
|
Loading…
Reference in New Issue