-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
28 lines (16 loc) · 732 Bytes
/
Copy pathREADME
File metadata and controls
28 lines (16 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This file contains quick instructions for getting Weenix to run on
Redhat-derived or Debian-derived Linux flavors. See the documentation in doc/
for detailed instructions.
1. Download and install dependencies.
On recent versions of Ubuntu or Debian, you can simply run:
$ sudo apt-get install git-core gcc gdb qemu genisoimage make python python-argparse cscope xterm bash
or on Redhat:
$ sudo yum install git-core gcc gdb qemu genisoimage make python python-argparse cscope xterm bash
(tested on: Ubuntu 10.04, Debian 6, and Amazon Linux 2011.09 -- all on
Linux 2.6.32 x86)
2. Compile Weenix:
$ make
3. Invoke Weenix:
$ ./weenix -n
or, to run Weenix under gdb, run:
$ ./weenix -n -d gdb