Confirmed users
657
edits
| Line 28: | Line 28: | ||
# use "vagrant" as a password | # use "vagrant" as a password | ||
Note: The current vagrant image doesn't have the gcc 4.7 and python 2.7 packages installed, you need to install them first using yum (see above). | |||
You also need to install the argparse package. In order to do that, run the following commands: | |||
sudo yum install python-setuptools | |||
sudo easy_install argparse | |||
To build clang clone mozilla-central and run the build script: | To build clang clone mozilla-central and run the build script: | ||