From: Clifford Wolf Date: Fri, 11 Oct 2013 20:25:23 +0000 (+0200) Subject: Added recommended apt-get commands to README X-Git-Tag: yosys-0.2.0~473 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a12d39bc86b2161947f83f0dcb52da9dcf7744c3;p=yosys.git Added recommended apt-get commands to README --- diff --git a/README b/README index d8d27b356..df504ad24 100644 --- a/README +++ b/README @@ -49,8 +49,26 @@ Getting Started =============== You need a C++ compiler with C++11 support (up-to-date CLANG or GCC is -recommended) and some standard tools such as GNU Flex, GNU Bison, and -GNU Make. The extensive tests require Icarus Verilog. +recommended) and some standard tools such as GNU Flex, GNU Bison, and GNU Make. +The Qt4 library is needed for the yosys SVG viewer, that is used to display +schematics, the minisat library is required for the SAT features in yosys +and TCL for the scripting functionality. The extensive test suite requires +Icarus Verilog. For example on Ubuntu Linux 12.04 LTS the following commands +will install all prerequisites for building yosys: + + $ sudo apt-get install git + $ sudo apt-get install g++ + $ sudo apt-get install clang + $ sudo apt-get install make + $ sudo apt-get install bison + $ sudo apt-get install flex + $ sudo apt-get install libreadline-dev + $ sudo apt-get install tcl8.5-dev + $ sudo apt-get install minisat + $ sudo apt-get install zlib1g-dev + $ sudo apt-get install libqt4-dev + $ sudo apt-get install mercurial + $ sudo apt-get install iverilog To configure the build system to use a specific set of compiler and build configuration, use one of