Hack-A-N900/Development: Unterschied zwischen den Versionen
Amir (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Amir (Diskussion | Beiträge) |
||
Zeile 29: | Zeile 29: | ||
<pre> | <pre> | ||
apt-get install bzip2 cpio cpp dpkg-dev g++ g++-4.2 gcc libc6-dev libstdc++6-4.2-dev | apt-get install bzip2 cpio cpp dpkg-dev g++ g++-4.2 gcc \ | ||
libstdc++6-4.2-dbg patch perl perl-modules autoconf automake1.9 libtool flex bison gdb | libc6-dev libstdc++6-4.2-dev libstdc++6-4.2-dbg patch \ | ||
perl perl-modules autoconf automake1.9 libtool flex bison \ | |||
gdb diffutils-gnu | |||
</pre> | </pre> | ||
On default setups it will fail because of apt-get saving temporary files on the root partition. | On default setups it will fail because of apt-get saving temporary files on the root partition. | ||
Just clean the apt cache (<pre style="display: inline; padding: 2px">apt-get clean</pre>) and repeat the above command. | Just clean the apt cache (<pre style="display: inline; padding: 2px">apt-get clean</pre>) and repeat the above command. | ||
[[Kategorie:N900]] | [[Kategorie:N900]] |