95a6cf8864d3d1a208dcd0c6d44ed57df68b7db2
wiki/racecommittee-app-environment.md
| ... | ... | @@ -13,6 +13,12 @@ On CentOS 6.4 you should issue the following commands: |
| 13 | 13 | yum install libstdc++-4.4.7-4.el6.x86_64 # ensure that x86_x64 stdlib is up to date |
| 14 | 14 | yum install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686 |
| 15 | 15 | |
| 16 | +On Ubuntu, use the following instead: |
|
| 17 | + |
|
| 18 | + dpkg --add-architecture i386 |
|
| 19 | + apt-get update |
|
| 20 | + apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386 |
|
| 21 | + |
|
| 16 | 22 | Now we are ready to install the SDK. Pick up the [SDK Tools](http://developer.android.com/sdk/index.html) and install them on your server. Set an environment variable _ANDROID_HOME_ pointing to the install directory. It's a good idea to append some of the tools to your path: |
| 17 | 23 | |
| 18 | 24 | PATH=$PATH:$ANDROID_HOME/tools |