Please also refer to the 'BuildNotes.txt' file for more information on\r
building under Windows.\r
\r
-=== \r
+=== Unix-like operating systems ===\r
\r
To build on Unix-like operating systems, you only need to type 'make' in\r
the base directory of the project.\r
\r
sudo apt-get install build-essentials uuid-dev\r
\r
+=== Python antlr3 module ===\r
+\r
+Installation of the anltr3 python module is required to use the Python\r
+BaseTools code. This module can be installed from:\r
+ http://www.antlr.org/download/Python/\r
+\r
+You make use of the python easy_install command to install the antlr3 module.\r
+To 'install' the easy_install python command:\r
+ On Ubuntu, install the python-setuptools package:\r
+ sudo apt-get install python-setuptools\r
+ Or, refer to this web page:\r
+ http://wiki.python.org/moin/EasyInstall\r
+\r
+After you have easy_install available, you can use it to install the\r
+antlr3 module (You may need to check http://www.antlr.org/download/Python\r
+to see if there is a newer version):\r
+ sudo easy_install \\r
+ http://www.antlr.org/download/Python/antlr_python_runtime-3.0.1-py2.5.egg\r
\r