Environment » Historial » Versió 4
Pau Escrich, 03-03-2012 12:08
1 | 1 | Pau Escrich | h1. Environment |
---|---|---|---|
2 | |||
3 | 2 | Pau Escrich | In a Debian based distributions (like Ubuntu), a set of packages are needed, you should install them: |
4 | |||
5 | <code> |
||
6 | 3 | Pau Escrich | aptituge install git subversion g++ ncurses-dev zlib1g-dev gawk flex unzip bzip2 gettext build-essential \ |
7 | 4 | Pau Escrich | |
8 | 3 | Pau Escrich | libncurses5-dev libncursesw5-dev binutils cpp gcc make psmisc linux-headers-$(uname -r) docbook-to-man |
9 | 2 | Pau Escrich | </code> |