From bbd287d26435c50e097def18c11f7e2162104412 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Thu, 26 Sep 2013 01:06:10 -0400 Subject: [PATCH] update readmes --- README.md | 4 +++- l10n/README.md | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 l10n/README.md diff --git a/README.md b/README.md index d52357037..1ca04dbfc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/l10n/README.md b/l10n/README.md new file mode 100644 index 000000000..49f95a5ec --- /dev/null +++ b/l10n/README.md @@ -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`