Skip to content

Commit 8040c0f

Browse files
authored
fix issue #3
1 parent b6dd7dc commit 8040c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ In particular we suggest [Netkit Lab Generator](https://github.com/Kidel/Netkit-
3838
### Linux
3939
* Install [Docker](https://www.docker.com/). We suggest installing Docker from [this script](https://get.docker.com).
4040
* Install Python 2.x. It should be pre-installed on most Linux distributions; if it isn't, you can get it from [here](https://www.python.org/downloads).
41+
* You may need gcc to install the wrapper, simply run `apt-get install build-essential`
4142
* (suggested) Install **xterm** terminal emulator (usually `sudo apt-get install xterm`), that is used by default. You can also specify a different terminal emulator by using the `--xterm=...` command parameter while starting a network node or a lab. It is also possible to avoid opening new terminals at all by using `--noterminals`.
4243
* Download all the files to a directory of your choice (from a [release](https://github.com/Kidel/Kathara/releases) or `git clone --recursive https://github.com/Kidel/Kathara.git`).
4344
* Add the environment variable `NETKIT_HOME` to your system _pointing to the **bin** folder_:

0 commit comments

Comments
 (0)