diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2009-06-08 20:01:24 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2009-06-08 23:34:31 +0300 |
commit | 693433c75424b997cdad1437d87361e924dceff4 (patch) | |
tree | 415cc701b69173c38cfdcfec546b60b51d057589 /README | |
parent | 69d8c32164d12dcee9aaa35ac041c0f0b6e36716 (diff) |
README: update QEMU repo
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ You need Qemu for cpu-transparency. As of 2008-10, the SVN version of qemu seems to work pretty well even with modern codesourcery toolchains (2008q3). Get the latest Qemu with: -$ svn co svn://svn.savannah.nongnu.org/qemu/trunk qemu +$ git clone git://git.savannah.nongnu.org/qemu.git $ cd qemu $ ./configure --prefix=$HOME/sb2 --target-list=arm-linux-user $ make && make install |