update readmes

This commit is contained in:
Qingping Hou
2013-09-26 01:06:10 -04:00
parent 89dcd4b2e8
commit bbd287d264
2 changed files with 11 additions and 1 deletions

View File

@@ -27,7 +27,9 @@ OS. Windows users are suggested to develop in a Linux VM or use
andLinux, Wubi.
To get and compile the source you must have `patch`, `wget`, `unzip`, `git`,
`svn` and `cmake` installed.
`svn`, `autoconf` and `cmake` installed.
Version of autoconf need to be greater than 2.64.
You might also need SDL library packages if you want to compile and run the PC
emulator. Fedora users can install `SDL` and `SDL-devel`. Ubuntu users can

8
l10n/README.md Normal file
View File

@@ -0,0 +1,8 @@
# How to sync this folder with transifex
1. install transifex client. For example: `apt-get install transifex-client`.
2. configure the client:
http://support.transifex.com/customer/portal/articles/1000855-configuring-the-client
3. pull changes from transifex: `make update`