Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xwings committed Aug 10, 2023
1 parent 1fe51ed commit 81fc116
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ title: Installation

Qiling Framework is written in Python programming language and it works with different operating system and not limiting to any CPU architecture.

### Pre-install prep

These are my usual setup package

```
sudo apt install -y ack antlr3 aria2 asciidoc autoconf automake autopoint binutils bison build-essential \
bzip2 ccache cmake cpio curl device-tree-compiler fastjar flex gawk gettext gcc-multilib g++-multilib \
git gperf haveged help2man intltool libc6-dev-i386 libelf-dev libglib2.0-dev libgmp3-dev libltdl-dev \
libmpc-dev libmpfr-dev libncurses5-dev libncursesw5-dev libreadline-dev libssl-dev libtool lrzsz \
mkisofs msmtp nano ninja-build p7zip p7zip-full patch pkgconf python2.7 python3 python3-pip libpython3-dev qemu-utils \
rsync scons squashfs-tools subversion swig texinfo uglifyjs upx-ucl unzip vim wget xmlto xxd zlib1g-dev
```

### Pyenv Installation with latest dev branch (recommended)

If you are using pyenv, run the command shown below.
Expand Down Expand Up @@ -143,4 +156,4 @@ Attaching to the running docker container.
docker exec -it qiling bash
```

Docker container port can be published with -p switch. This is useful for emulating service such as httpd of a router.
Docker container port can be published with -p switch. This is useful for emulating service such as httpd of a router.

0 comments on commit 81fc116

Please sign in to comment.