Skip to content

Commit

Permalink
Added required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BugUser0815 authored Oct 12, 2016
1 parent 2d44b5f commit bf112fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ BUILD_CONF = $(GENODE_BUILD_DIR)/etc/build.conf

all: toolchain ports platform

# ================================================================
# Requiered packages for relaunched systems
packages:
sudo apt-get update
sudo apt-get install libncurses5-dev texinfo autogen autoconf2.64 g++ libexpat1-dev flex bison gperf cmake libXml2-dev libtool zlib1g-dev libglib2.0-dev
sudo apt-get install make pkg-config gawk subversion expect git
sudo apt-get install libxml2-utils syslinux
sudo apt-get install xsltproc yasm iasl lynx

# ================================================================
# Genode toolchain. Only needs to be done once per target (x86/arm).
toolchain:
Expand Down

0 comments on commit bf112fa

Please sign in to comment.