| | 10 | |
| | 11 | First, on a debian machine whose `/etc/apt/sources.list` contains the unstable repository, fetch the source, and pass it off to an ubuntu machine for the build: |
| | 12 | |
| | 13 | {{{ |
| | 14 | [dkg@squeak ~]$ mkdir -p src/saods9 |
| | 15 | [dkg@squeak ~]$ cd src/saods9 |
| | 16 | [dkg@squeak saods9]$ apt-get source -d saods9 |
| | 17 | Reading package lists... Done |
| | 18 | Building dependency tree... Done |
| | 19 | Need to get 7384kB of source archives. |
| | 20 | Get:1 http://ftp.debian.org unstable/main saods9 4.0b7-1 (dsc) [648B] |
| | 21 | Get:2 http://ftp.debian.org unstable/main saods9 4.0b7-1 (tar) [7355kB] |
| | 22 | Get:3 http://ftp.debian.org unstable/main saods9 4.0b7-1 (diff) [29.1kB] |
| | 23 | Fetched 7384kB in 48s (152kB/s) |
| | 24 | Download complete and in download only mode |
| | 25 | [dkg@squeak saods9]$ cd .. |
| | 26 | [dkg@squeak src]$ scp -r saods9/ metis:src/ |
| | 27 | saods9_4.0b7-1.dsc 100% 648 0.6KB/s 00:00 |
| | 28 | saods9_4.0b7.orig.tar.gz 100% 7182KB 79.8KB/s 01:30 |
| | 29 | saods9_4.0b7-1.diff.gz 100% 28KB 28.4KB/s 00:00 |
| | 30 | [dkg@squeak src]$ |
| | 31 | }}} |
| | 32 | |
| | 33 | Next, on an ubuntu machine, ensure that the basic [wiki:build-essential] tools are installed, and then: |
| | 34 | |
| | 35 | {{{ |
| | 36 | |
| | 37 | }}} |