link to new docs
parent
3a72f3ebda
commit
a14bee5cfb
|
@ -1,37 +1,3 @@
|
||||||
This wide is still writing, sorry for any inconvenience I can make with the format of the page. Help me improving style
|
This wide is still writing, sorry for any inconvenience I can make with the format of the page. Help me improving style
|
||||||
|
|
||||||
You need a complete Android development environment ready to develop native apps. **That means you have**:
|
This doc is now part of [https://github.com/libretro/docs libretro-docs] and can be viewed here: https://github.com/libretro/docs
|
||||||
|
|
||||||
Android SDK
|
|
||||||
|
|
||||||
Android NDK
|
|
||||||
|
|
||||||
Specific project dependencies:
|
|
||||||
* **The ant tool**
|
|
||||||
* **Cygwin** (base settings to just interpret Bash Script)
|
|
||||||
* **Git**
|
|
||||||
|
|
||||||
Setting up enviroment on Windows
|
|
||||||
|
|
||||||
# Installing ant tool on Windows
|
|
||||||
|
|
||||||
Just [download it from the Apache webpage](http://ant.apache.org/).
|
|
||||||
|
|
||||||
ant tool is Java based. You this tool is dependency from JDE. Use OpenJDK or Oracle JDK.
|
|
||||||
|
|
||||||
Install anywhere and the new bin/ PATH to the route. Remember declare %JAVA_HOME% before, or on the top of the scripts on /bin/ JDK base dir Path.
|
|
||||||
|
|
||||||
# Installing base Cygwin
|
|
||||||
|
|
||||||
Download the setup tool from the [official webpage](https://www.cygwin.com/).
|
|
||||||
|
|
||||||
You going to need to install the _base_ distribution for this work. You don't even need to make GCC to work.
|
|
||||||
|
|
||||||
# Installing Git
|
|
||||||
|
|
||||||
You can use [Windows GIT](https://git-scm.com/downloads) or
|
|
||||||
update on the Cygwin distribution: re-run Cygwin installer and add from _devel_ distribution.
|
|
||||||
|
|
||||||
# Follow the GNU guide
|
|
||||||
|
|
||||||
Now that you have GNU working enviroment on Windows, you can follow [[Compilation guide (Android from Linux)]]
|
|
Loading…
Reference in New Issue